mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-04 09:46:40 +00:00
organized routes and routes and added rate limiter
This commit is contained in:
4
server/routers/org/index.ts
Normal file
4
server/routers/org/index.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export * from "./getOrg";
|
||||
export * from "./createOrg";
|
||||
export * from "./deleteOrg";
|
||||
export * from "./updateOrg";
|
||||
Reference in New Issue
Block a user