mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-09-07 10:45:44 +00:00
feat(freight): added routes and locomotives
This commit is contained in:
@@ -111,6 +111,13 @@ export const URL_CONSTANTS = {
|
||||
|
||||
LOCOMOTIVES: {
|
||||
BASE: "/locomotives",
|
||||
BY_ID: (id: string) => `/locomotives/${id}`,
|
||||
DECOMMISSION: (id: string) => `/locomotives/${id}/decommission`,
|
||||
},
|
||||
|
||||
ROUTES: {
|
||||
BASE: '/routes',
|
||||
BY_ID: (id: string) => `/routes/${id}`,
|
||||
},
|
||||
|
||||
TRAIN_SCHEDULING: {
|
||||
|
||||
Reference in New Issue
Block a user