summary refs log tree commit diff
path: root/api
diff options
context:
space:
mode:
authorKuna <65683493+Thesourtimes@users.noreply.github.com>2021-10-17 21:54:59 +0300
committerGitHub <noreply@github.com>2021-10-17 21:54:59 +0300
commit1de902108d4ba89aba4d2b9921d4ba08184dec49 (patch)
tree0e6d9c24aa100c9ea1af3887c19f5fedab6752e1 /api
parentoauth2 route draft to return an empty array (diff)
downloadserver-1de902108d4ba89aba4d2b9921d4ba08184dec49.tar.xz
remove template comment
Diffstat (limited to 'api')
-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();