chore: fix url
This commit is contained in:
@@ -7,7 +7,7 @@ import type {
|
||||
Alert,
|
||||
} from "./types";
|
||||
|
||||
const API = "https://mln-uber.club/api/v1/livreur";
|
||||
const API = "https://5.181.0.112.nip.io/api/v1/livreur";
|
||||
|
||||
// ============================================
|
||||
// STATUT
|
||||
@@ -376,11 +376,11 @@ export type IssueType =
|
||||
| "other";
|
||||
|
||||
export const ISSUE_LABELS: Record<IssueType, string> = {
|
||||
client_absent: "Client absent",
|
||||
wrong_address: "Adresse incorrecte",
|
||||
client_absent: "Client absent",
|
||||
wrong_address: "Adresse incorrecte",
|
||||
refused_delivery: "Livraison refusée",
|
||||
no_access: "Accès impossible",
|
||||
other: "Autre",
|
||||
no_access: "Accès impossible",
|
||||
other: "Autre",
|
||||
};
|
||||
|
||||
export const reportDeliveryIssue = async (
|
||||
|
||||
Reference in New Issue
Block a user