Skip to content

Commit

Permalink
Update CreateGame.js
Browse files Browse the repository at this point in the history
  • Loading branch information
LarryIVC committed Apr 21, 2023
1 parent 4ab294e commit 3e48cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/CreateGame.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { API_URL } from './Vars.js';

// Script to create game
// Script to create the game key, this script is executed only 1 time. use - node CreateGame.js
const createGame = async () => {
try {
const response = await fetch(`${API_URL}games/`, {
Expand Down

0 comments on commit 3e48cc6

Please sign in to comment.