diff options
| author | altaf-creator <dev@altafcreator.com> | 2026-06-02 13:54:14 +0800 |
|---|---|---|
| committer | altaf-creator <dev@altafcreator.com> | 2026-06-02 13:54:14 +0800 |
| commit | 5cd9f8c27d069e83058400289fcae17cd96c777c (patch) | |
| tree | 68db8f90f1668257d92b1b060f4762e3cb337c8e /www | |
| parent | 1bba15e6e038ff09209db05e28908a00041e09c0 (diff) | |
forgot to change API_URL, horrible
Diffstat (limited to 'www')
| -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" |
