1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-24 11:22:31 +01:00

remove template comment

This commit is contained in:
Kuna 2021-10-17 21:54:59 +03:00 committed by GitHub
parent 3a118841a0
commit 1de902108d

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();