mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-05 18:26:40 +00:00
organized routes and routes and added rate limiter
This commit is contained in:
4
server/routers/target/index.ts
Normal file
4
server/routers/target/index.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export * from "./getTarget";
|
||||
export * from "./createTarget";
|
||||
export * from "./deleteTarget";
|
||||
export * from "./updateTarget";
|
||||
Reference in New Issue
Block a user