mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-24 16:55:30 +00:00
🖥️ /science route
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import { Router } from "express";
|
||||
|
||||
const router = Router();
|
||||
|
||||
router.post("/", (req, res) => {
|
||||
// TODO:
|
||||
res.sendStatus(204);
|
||||
});
|
||||
|
||||
export default router;
|
||||
Reference in New Issue
Block a user