config(qa): point BASE_URL at qa.getzino.in

This commit is contained in:
admin 2026-08-04 21:44:34 +05:30
parent 2f159af60b
commit ac00880763

View File

@ -5,7 +5,7 @@
// docs under src/docs/api. // docs under src/docs/api.
export const APP_ID = '434'; export const APP_ID = '434';
export const BASE_URL = 'https://dev.getzino.in'; export const BASE_URL = 'https://qa.getzino.in';
// --- Order Booking (src/docs/api/order_booking.md) --- // --- Order Booking (src/docs/api/order_booking.md) ---
export const ORDER_BOOKING = { export const ORDER_BOOKING = {