Skip to content

Commit

Permalink
update mcdonald
Browse files Browse the repository at this point in the history
  • Loading branch information
zsarge committed Jan 31, 2025
1 parent 4ca23ec commit 992fda9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const WEBSOCKET_PUBLIC_URL = "http://localhost:5505/"
export const WEBSOCKET_PUBLIC_URL = "http://192.168.0.4:5505/"
export const WEBSOCKET_SERVER_PORT = 5505

const QUIZ_CONFIG = {
Expand Down Expand Up @@ -150,7 +150,7 @@ const QUIZ_CONFIG = {
time: 15,
},
{
question: "What McDonalds dish was originally a Cincinnati exclusive?",
question: "What McDonald's dish was originally a Cincinnati exclusive?",
answers: [
"Filet-o-Fish",
"McCrispy",
Expand Down

0 comments on commit 992fda9

Please sign in to comment.