mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-02 00:55:48 +02:00
Rename gerbil -> badger
This commit is contained in:
parent
8a009f7fbc
commit
819a0ecb43
6 changed files with 9 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
import { Router } from "express";
|
||||
import badger from "./badger/badger";
|
||||
import gerbil from "./gerbil/gerbil";
|
||||
import pangolin from "./pangolin/pangolin";
|
||||
|
||||
const unauth = Router();
|
||||
|
@ -8,7 +8,7 @@ unauth.get("/", (_, res) => {
|
|||
res.status(200).json({ message: "Healthy" });
|
||||
});
|
||||
|
||||
unauth.use("/newt", badger);
|
||||
unauth.use("/newt", gerbil);
|
||||
unauth.use("/pangolin", pangolin);
|
||||
|
||||
export default unauth;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue