mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-09-08 13:38:20 +00:00
Merge pull request #1453 from Tria-plc/freight_feature/usermanagement
Freight feature/usermanagement
This commit is contained in:
@@ -615,6 +615,10 @@ export const URL_CONSTANTS = {
|
||||
TRANSIT_AGENTS: "/transit-agents",
|
||||
TRANSIT_AGENT_BY_ID: (id: string) => `/transit-agents/${id}`,
|
||||
TRANSIT_AGENTS_ASSIGNABLE: "/transit-agents/assignable",
|
||||
/** Give an existing roster-only agent a portal account and send the link. */
|
||||
TRANSIT_AGENT_INVITE: (id: string) => `/transit-agents/${id}/invite`,
|
||||
TRANSIT_AGENT_RESEND_ACTIVATION: (id: string) =>
|
||||
`/transit-agents/${id}/resend-activation`,
|
||||
},
|
||||
RATE_MATRIX: {
|
||||
BASE: "/api/rate-matrices",
|
||||
|
||||
Reference in New Issue
Block a user