|
|
@@ -21,7 +21,7 @@ import org.springframework.web.bind.annotation.RestController;
|
|
|
@RequestMapping("hotelUser")
|
|
|
public class HotelUserController {
|
|
|
|
|
|
- @Value("${fontEndUrl}")
|
|
|
+ @Value("${font-end-url}")
|
|
|
private String fontEndUrl;
|
|
|
@Autowired
|
|
|
private HotelUserService hotelUserService;
|