Skip to content

Commit

Permalink
todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
calebtuttle committed Dec 27, 2024
1 parent 1ceb32d commit 1375a6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ app.use("/admin", admin);
app.use("/session-status", sessionStatus);
app.use("/ip-info", ipInfo);
app.use("/sessions", sessions);
// TODO: Rename these to "ctf-sessions"
app.use("/aml-sessions", amlSessions);
app.use("/prices", prices);
app.use("/silk", silk); // temporary
Expand Down

0 comments on commit 1375a6f

Please sign in to comment.