Rename profile to information

This commit is contained in:
2021-08-14 14:48:10 +02:00
parent a5062cc854
commit 046fe0b0a9
6 changed files with 39 additions and 31 deletions

View File

@@ -9,7 +9,7 @@ Route.group(() => {
Route.resource('/projects', 'ProjectsController').except(['edit', 'create'])
Route.resource('/profile', 'ProfilesController').only(['index', 'update'])
Route.resource('/informations', 'InformationsController').only(['index', 'update'])
Route.group(() => {
Route.get('/:slug', 'PostsController.getLikes')