Skip to content

Commit a8e1ccf

Browse files
committed
fix: favourites request mapping
1 parent 06e63ea commit a8e1ccf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rentplace/src/main/java/kattsyn/dev/rentplace/controllers/FavouritesController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import java.util.List;
1919

2020
@Controller
21-
@RequestMapping("/favourites")
21+
@RequestMapping("${api.path}/favourites")
2222
@RequiredArgsConstructor
2323
@Tag(name = "FavouritesController", description = "Контроллер для работы с избранными объявлениями пользователя")
2424
public class FavouritesController {

0 commit comments

Comments
 (0)