mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-04 01:55:10 +02:00
Add list endpoints to routers
This commit is contained in:
parent
ecdf2dfd04
commit
0574cd1b4f
6 changed files with 10 additions and 0 deletions
|
@ -2,3 +2,4 @@ export * from "./getSite";
|
|||
export * from "./createSite";
|
||||
export * from "./deleteSite";
|
||||
export * from "./updateSite";
|
||||
export * from "./listSites";
|
Loading…
Add table
Add a link
Reference in a new issue