Merge pull request 'patches v1.2.1' (#5) from develop into main

Reviewed-on: #5
This commit is contained in:
Julian Krauser 2025-02-14 14:39:19 +00:00
commit 619b84d235

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",
}, },
], ],