Skip to content

Commit

Permalink
Added /play.html route
Browse files Browse the repository at this point in the history
  • Loading branch information
xbubbo committed Dec 17, 2024
1 parent 51b6691 commit aee653f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ app.use("/fq", cors({ origin: true }));
const routes = [
{ path: "/yz", file: "apps.html" },
{ path: "/up", file: "games.html" },
{ path: "/play.html", file: "games.html" },
{ path: "/vk", file: "settings.html" },
{ path: "/rx", file: "tabs.html" },
{ path: "/", file: "index.html" },
Expand Down

0 comments on commit aee653f

Please sign in to comment.