Skip to content

Commit

Permalink
Fix state.js
Browse files Browse the repository at this point in the history
  • Loading branch information
picklelo committed Aug 31, 2023
1 parent d643017 commit f78c9c4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions reflex/.templates/web/utils/state.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ import Router, { useRouter } from "next/router";


// Endpoint URLs.
const PINGURL = env.ping
const EVENTURL = env.event
const UPLOADURL = env.upload
const EVENTURL = env.EVENT
const UPLOADURL = env.UPLOAD

// Global variable to hold the token.
let token;
Expand Down

0 comments on commit f78c9c4

Please sign in to comment.