summary refs log tree commit diff
path: root/api/src
diff options
context:
space:
mode:
Diffstat (limited to 'api/src')
-rw-r--r--api/src/routes/oauth2/tokens.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/api/src/routes/oauth2/tokens.ts b/api/src/routes/oauth2/tokens.ts
index 2bea4af7..3657176d 100644
--- a/api/src/routes/oauth2/tokens.ts
+++ b/api/src/routes/oauth2/tokens.ts
@@ -1,5 +1,3 @@
-//TODO: this is a template for a generic route
-
 import { Router, Request, Response } from "express";
 import { route } from "@fosscord/api";
 const router = Router();