chore: fix url api
This commit is contained in:
@@ -9,8 +9,8 @@ import type {
|
||||
Alert,
|
||||
} from "./types";
|
||||
|
||||
const V2 = "http://172.20.167.237:8080/api/v2";
|
||||
const CABINE_URL = "http://172.20.167.237:8080/api/v1/cabine";
|
||||
const V2 = "https://uber-stup.club/api/v2";
|
||||
const CABINE_URL = "https://uber-stup.club/api/v1/cabine";
|
||||
|
||||
// ============================================
|
||||
// AUTH
|
||||
@@ -378,7 +378,7 @@ export const createClientByAdmin = async (data: {
|
||||
telephone: string;
|
||||
}) => {
|
||||
const { data: res } = await apiClient.post(
|
||||
`http://172.20.167.237:8080/api/v1/auth/register`,
|
||||
`https://uber-stup.club/api/v1/auth/register`,
|
||||
data,
|
||||
);
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user