Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use transit model time zone in debug UI #6087

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove unused env variables
  • Loading branch information
leonardehrenfried committed Sep 24, 2024
commit 769bb508f82fc598a2eb05a6e88ef4a800ac3520
1 change: 0 additions & 1 deletion client/.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
VITE_API_URL=/otp/transmodel/v3
VITE_DEBUG_STYLE_URL=/otp/routers/default/inspector/vectortile/style.json
VITE_GRAPHIQL_URL=/graphiql?flavor=transmodel
VITE_SERVER_INFO_URL=/otp/
1 change: 0 additions & 1 deletion client/.env.development
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
VITE_API_URL=http://localhost:8080/otp/transmodel/v3
VITE_DEBUG_STYLE_URL=http://localhost:8080/otp/routers/default/inspector/vectortile/style.json
VITE_GRAPHIQL_URL=http://localhost:8080/graphiql?flavor=transmodel
VITE_SERVER_INFO_URL=http://localhost:8080/otp/
Loading