Remove slash

This commit is contained in:
Firman Herdiansyah
2025-02-06 10:51:14 +07:00
parent 7e99d547c8
commit 6fb59e58e9

View File

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