version to submit to mozilla for alpha testing

This commit is contained in:
Jack Case
2025-10-25 15:37:19 -04:00
parent 0e00bb8b1e
commit 0cafa8e798
3 changed files with 3 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
const API_URL = "http://localhost:8000"
const API_URL = "https://api.slopfarmer.jack-case.pro"
let access_token
const login_form = document.getElementById("login-form")