-u api url

This commit is contained in:
Dimas Atmodjo 2024-11-03 23:19:04 +07:00
parent 59e1bee2a7
commit 9e77e5d4e5

View File

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