mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-01-14 12:14:33 +01:00
Rename profile to information
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user