-u media URL

This commit is contained in:
Dimas Atmodjo 2024-11-20 20:31:42 +07:00
parent cc0b7b3e6f
commit e176c8b5e2

View File

@ -1,5 +1,5 @@
export const API_URL = 'http://54.173.167.62/api'; export const API_URL = 'http://54.173.167.62/api';
export const MEDIA_URL = 'http://54.173.167.62/public'; export const MEDIA_URL = 'http://54.173.167.62/api/uploads';
export const slugify = (text) => { export const slugify = (text) => {
if (!text) { if (!text) {