update api url

This commit is contained in:
Dimas Putra Anhar Wirjo Atmodjo 2024-12-19 09:43:12 +00:00
parent 5b85ad5161
commit bd214e61c6

View File

@ -1,5 +1,5 @@
export const API_URL = 'http://54.173.167.62/api';
export const MEDIA_URL = 'http://54.173.167.62/api/uploads';
export const API_URL = 'https://api.seals.id/api';
export const MEDIA_URL = 'https://api.seals.id/api/uploads';
export let headerSection = 'section'
export let headerTopic = 'topic'