Skip to content

Commit

Permalink
update api url
Browse files Browse the repository at this point in the history
  • Loading branch information
iamargentum committed May 31, 2024
1 parent bd7e6a9 commit fcfea86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typing-game/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const allowedKeys = [
'y', 'z', ' '
];

const API_URL = 'http://localhost:5000/submit';
const API_URL = 'https://878f-43-242-225-49.ngrok-free.app/submit';

let testExpired = false;

Expand Down

0 comments on commit fcfea86

Please sign in to comment.