diff options
author | Kuna <65683493+Thesourtimes@users.noreply.github.com> | 2021-10-17 21:54:59 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-17 21:54:59 +0300 |
commit | 4a6ecd0b15441c4b826184cb227469fa66ae159d (patch) | |
tree | 81115251c478c27dcdbf911c9e2ea3d4bc4ec260 /api/src | |
parent | oauth2 route draft to return an empty array (diff) | |
download | server-4a6ecd0b15441c4b826184cb227469fa66ae159d.tar.xz |
remove template comment
Diffstat (limited to 'api/src')
-rw-r--r-- | api/src/routes/oauth2/tokens.ts | 2 |
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(); |