diff options
| author | altaf-creator <dev@altafcreator.com> | 2026-07-04 19:40:41 +0800 |
|---|---|---|
| committer | altaf-creator <dev@altafcreator.com> | 2026-07-04 19:40:41 +0800 |
| commit | f8ee9134a791e581ba2782f21a213299a5affe1b (patch) | |
| tree | 2aaf67e95f7df0ef51c90c6baf4a0090411ed1c6 | |
| parent | 5d56fe7e8e93a6c5494cf49b34aed5736a91f358 (diff) | |
change constant.js
| -rw-r--r-- | www/scripts/constants.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/scripts/constants.js b/www/scripts/constants.js index b2b7894..1c2812e 100644 --- a/www/scripts/constants.js +++ b/www/scripts/constants.js @@ -1,2 +1,2 @@ -//const API_URL = "https://altafcreator.com/api" -const API_URL = "http://localhost:9091/api" +const API_URL = "https://altafcreator.com/api" +//const API_URL = "http://localhost:9091/api" |
