1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-11 13:14:06 +01:00

remove template comment

This commit is contained in:
Kuna 2021-10-17 21:54:59 +03:00 committed by GitHub
parent be164e7d2a
commit 4a6ecd0b15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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