remove template comment

This commit is contained in:
Kuna
2021-10-17 21:54:59 +03:00
committed by GitHub
parent 3a118841a0
commit 1de902108d
-2
View File
@@ -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();