update constant to production

This commit is contained in:
Dimas Atmodjo 2024-12-16 00:45:07 +07:00
parent 1cb0f9cb8e
commit e2afaf5c7d

View File

@ -1,6 +1,5 @@
/* eslint-disable no-useless-escape */
export const API_URL = 'https://z30xrgl5-3001.asse.devtunnels.ms/api'
export const MEDIA_URL = 'https://z30xrgl5-3001.asse.devtunnels.ms/api/uploads'
export const API_URL = 'http://54.173.167.62/api';
export const MEDIA_URL = 'http://54.173.167.62/api/uploads';
export let headerSection = 'section'
export let headerTopic = 'topic'