Add PostColor and content

This commit is contained in:
2021-08-28 22:36:38 +02:00
parent 48552f0ccf
commit 8f81926447
12 changed files with 156 additions and 1 deletions

View File

@@ -7,6 +7,8 @@ Route.group(() => {
Route.resource('/maintenance', 'MaintenancesController').only(['index', 'update'])
Route.resource('/colors', 'PostColorsController').only(['index', 'update'])
Route.resource('/experiences', 'ExperiencesController').except(['edit', 'create'])
Route.resource('/formations', 'FormationsController').except(['edit', 'create'])