Skip to content

Commit

Permalink
Correct couchfriends api url
Browse files Browse the repository at this point in the history
  • Loading branch information
Casmo committed Mar 10, 2024
1 parent 75807dd commit 31a8bce
Show file tree
Hide file tree
Showing 4 changed files with 2,696 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules/
2 changes: 1 addition & 1 deletion build/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</head>
<body>
<div id="game"></div>
<script src="https://couchfriends.com/cdn/api/couchfriends.api-latest.js"></script>
<script src="https://couchfriends.com/src/api/build/couchfriends.api-latest.js"></script>
<script src="game.js"></script>
</body>
</html>
Loading

0 comments on commit 31a8bce

Please sign in to comment.