fix routes

This commit is contained in:
2021-08-28 22:50:58 +02:00
parent f62877a8f0
commit fecdfb16da

View File

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