Update Config

This commit is contained in:
Firman Herdiansyah
2025-02-06 10:49:16 +07:00
parent 65f82c9bfd
commit 7e99d547c8

View File

@@ -1,5 +1,5 @@
const GlobalConfig = {
apiHost: "http://localhost:8000",
apiHost: "http://147.93.121.38/",
};
export default GlobalConfig;