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