Update categories routes to match Ktor
This commit is contained in:
parent
89b1b6ccc7
commit
95ca0ec9fc
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ import static com.wbrawner.twigs.Utils.getCurrentUser;
|
|||
import static com.wbrawner.twigs.Utils.getFirstOfMonth;
|
||||
|
||||
@RestController
|
||||
@RequestMapping(path = "/categories")
|
||||
@RequestMapping(path = "/api/categories")
|
||||
@Transactional
|
||||
class CategoryController {
|
||||
private final CategoryRepository categoryRepository;
|
||||
|
|
Loading…
Reference in a new issue