mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-04 01:55:10 +02:00
organized routes and routes and added rate limiter
This commit is contained in:
parent
f1e77dfe42
commit
1a91dbb89c
45 changed files with 241 additions and 181 deletions
4
server/routers/site/index.ts
Normal file
4
server/routers/site/index.ts
Normal file
|
@ -0,0 +1,4 @@
|
|||
export * from "./getSite";
|
||||
export * from "./createSite";
|
||||
export * from "./deleteSite";
|
||||
export * from "./updateSite";
|
Loading…
Add table
Add a link
Reference in a new issue