fix: AGENT_URL set to /
Some checks are pending
Check Python Version Consistency / Check Python Version (push) Waiting to run

This commit is contained in:
Chris Christiansen 2026-06-24 16:44:42 +00:00
parent 327b0aa633
commit 0a876f8e30

View File

@ -617,7 +617,7 @@
<script> <script>
// CONFIG // CONFIG
const AGENT_URL = '' const AGENT_URL = '/'
const USER_ID = 'chris' const USER_ID = 'chris'
const STORAGE_KEY = 'jason_history_v2' const STORAGE_KEY = 'jason_history_v2'
const SESSION_KEY = 'jason_session_v2' const SESSION_KEY = 'jason_session_v2'