mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-13 14:12:41 +01:00
commit
62af1b918a
10
src/routes/science.ts
Normal file
10
src/routes/science.ts
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
import { Router } from "express";
|
||||||
|
|
||||||
|
const router = Router();
|
||||||
|
|
||||||
|
router.post("/", (req, res) => {
|
||||||
|
// TODO:
|
||||||
|
res.sendStatus(204);
|
||||||
|
});
|
||||||
|
|
||||||
|
export default router;
|
Loading…
Reference in New Issue
Block a user