This commit is contained in:
Dimas Atmodjo 2024-11-19 12:26:08 +07:00
parent 79bce18c60
commit 9c2b1085a2

View File

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