mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-29 00:35:19 +02:00
bootstrapped
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { Router } from "express";
|
||||
|
||||
const unauth = Router();
|
||||
|
||||
unauth.get("/", (_, res) => {
|
||||
res.status(200).json({ message: "Healthy" });
|
||||
});
|
||||
|
||||
export default unauth;
|
||||
Reference in New Issue
Block a user