forked from spacebar/SplatNet
PR #5: Add equipment screen functionality (merges main with dev)
This commit is contained in:
parent
ce38573ad7
commit
429a1eb6ff
411 changed files with 17956 additions and 779 deletions
|
|
@ -1,10 +1,9 @@
|
|||
document.addEventListener("DOMContentLoaded", function () {
|
||||
const apiBase = CONFIG.API_BASE_URL;
|
||||
const friendListUrl = "/friend_list/index.html";
|
||||
|
||||
async function checkExistingSession() {
|
||||
try {
|
||||
const response = await fetch(`${apiBase}/api/v1/session_id/check`, {
|
||||
const response = await fetch("/api/v1/session_id/check", {
|
||||
method: 'GET',
|
||||
credentials: 'include'
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue