Skip to content

Commit

Permalink
vinvoor: remove legacy url
Browse files Browse the repository at this point in the history
  • Loading branch information
Topvennie committed Aug 22, 2024
1 parent c79e75c commit b56553a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion vingo/dev.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ CORS_ALLOW_ORIGINS="http://localhost:5173"
DEVELOPMENT=true

ZAUTH_URL="https://zauth.zeus.gent"
ZAUTH_CALLBACK_PATH="/api/auth/callback"
ZAUTH_CALLBACK_PATH="/auth/callback"
ZAUTH_CLIENT_ID="tomtest"
ZAUTH_CLIENT_SECRET="blargh"
ZAUTH_REDIRECT_URI="http://localhost:5173"
Expand Down
1 change: 0 additions & 1 deletion vinvoor/src/util/fetch.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
const URLS: Record<string, string> = {
BASE: import.meta.env.VITE_BACKEND_URL as string,
API: import.meta.env.VITE_BACKEND_URL as string,
};

Expand Down

0 comments on commit b56553a

Please sign in to comment.