mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-03 17:26:38 +00:00
organized routes and routes and added rate limiter
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
import { Router } from "express";
|
||||
|
||||
const newt = Router();
|
||||
|
||||
newt.get("/", (_, res) => {
|
||||
res.status(200).json({ message: "Healthy" });
|
||||
});
|
||||
|
||||
export default newt;
|
||||
Reference in New Issue
Block a user