Skip to content

Commit aee653f

Browse files
committed
Added /play.html route
1 parent 51b6691 commit aee653f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ app.use("/fq", cors({ origin: true }));
100100
const routes = [
101101
{ path: "/yz", file: "apps.html" },
102102
{ path: "/up", file: "games.html" },
103+
{ path: "/play.html", file: "games.html" },
103104
{ path: "/vk", file: "settings.html" },
104105
{ path: "/rx", file: "tabs.html" },
105106
{ path: "/", file: "index.html" },

0 commit comments

Comments
 (0)