Skip to content

Commit 33b1935

Browse files
committed
oops, leftover debugging
1 parent fdd0229 commit 33b1935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/Footer.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
async function getNewSessionToken() {
5050
let result = ""
5151
try {
52-
const response = await fetch("http://localhost:3000/session", {
52+
const response = await fetch("https://api.waspscripts.dev/session", {
5353
method: "GET",
5454
headers: {
5555
authorization: "Bearer " + session.access_token,

0 commit comments

Comments
 (0)