fix: AGENT_URL set to /
Some checks are pending
Check Python Version Consistency / Check Python Version (push) Waiting to run
Some checks are pending
Check Python Version Consistency / Check Python Version (push) Waiting to run
This commit is contained in:
parent
327b0aa633
commit
0a876f8e30
|
|
@ -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'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user