Skip to content

Commit

Permalink
Fixed double backsl;ash
Browse files Browse the repository at this point in the history
  • Loading branch information
AydanPirani committed Feb 24, 2024
1 parent 2c83c0f commit 53d54f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const Config = {
API_BASE_URL: "https://adonix.hackillinois.org/",
API_BASE_URL: "https://adonix.hackillinois.org",
NUM_QUESTIONS: 9,
CONNECTIONS_OPTIONS: [" ", "Blockchain", "Carnival", "Fantasy", "Hardware", "Mining", "Packet", "Router", "Server", "Terminal", ],
}
Expand Down

0 comments on commit 53d54f2

Please sign in to comment.