-u api url

This commit is contained in:
Dimas Atmodjo 2024-11-19 14:11:30 +07:00
parent 9c2b1085a2
commit 71dfce4b59

View File

@ -1,4 +1,4 @@
export const API_URL = 'http://34.198.17.179:3001';
export const API_URL = 'http://54.173.167.62/api';
export const slugify = (text) => {
if (!text) {