patches v1.2.1 #5

Merged
jkeffects merged 1 commit from develop into main 2025-02-14 14:39:19 +00:00
Showing only changes of commit b9ae240914 - Show all commits

View file

@ -2,12 +2,12 @@ export default {
routes: [ routes: [
{ {
method: "GET", method: "GET",
path: "/custom/vehicle/distinct-years", path: "/custom/vehicles/distinct-years",
handler: "api::vehicle.vehicle.distinctYears", handler: "api::vehicle.vehicle.distinctYears",
}, },
{ {
method: "GET", method: "GET",
path: "/custom/vehicle/year/:year", path: "/custom/vehicles/year/:year",
handler: "api::vehicle.vehicle.findByYear", handler: "api::vehicle.vehicle.findByYear",
}, },
], ],