Compare commits
2 commits
fdec595981
...
619b84d235
Author | SHA1 | Date | |
---|---|---|---|
619b84d235 | |||
b9ae240914 |
1 changed files with 2 additions and 2 deletions
|
@ -2,12 +2,12 @@ export default {
|
|||
routes: [
|
||||
{
|
||||
method: "GET",
|
||||
path: "/custom/vehicle/distinct-years",
|
||||
path: "/custom/vehicles/distinct-years",
|
||||
handler: "api::vehicle.vehicle.distinctYears",
|
||||
},
|
||||
{
|
||||
method: "GET",
|
||||
path: "/custom/vehicle/year/:year",
|
||||
path: "/custom/vehicles/year/:year",
|
||||
handler: "api::vehicle.vehicle.findByYear",
|
||||
},
|
||||
],
|
||||
|
|
Loading…
Add table
Reference in a new issue