update constant to production
This commit is contained in:
parent
1cb0f9cb8e
commit
e2afaf5c7d
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user