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