mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-29 19:58:11 +00:00
Production cleanups
This commit is contained in:
@@ -444,7 +444,7 @@ export const packageInquiriesApi = {
|
||||
remove: (id: string) => apiClient.delete(`/packages/inquiries/${id}`),
|
||||
};
|
||||
|
||||
// Excess Baggage API
|
||||
// Excess Luggage API
|
||||
export const excessBaggageApi = {
|
||||
logCharge: (data: any) => apiClient.post<any>('/agents/excess-baggage', data),
|
||||
getCharge: (id: string) => apiClient.get<any>(`/agents/excess-baggage/${id}`),
|
||||
|
||||
Reference in New Issue
Block a user