Skip to content

Commit

Permalink
Endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
sonsoleslp committed Apr 9, 2022
1 parent c891f3f commit fbad04b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/escapeRooms/play/play.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@
var token = "<%= token%>";
var ER = {
"locale": "<%=i18n.lang%>",
"escappEndpoint": "<%=hostName + "/escapeRooms/" + escapeRoom.id %>",
"escappEndpoint": "<%=hostName + "/api/escapeRooms/" + escapeRoom.id %>",
"info": {
"escapeRoomPuzzles": <%- JSON.stringify(puzzles)%>,
"totalPuzzles": <%= escapeRoom.puzzles.length %>,
Expand Down

0 comments on commit fbad04b

Please sign in to comment.