add list modifiers api endpoint

This commit is contained in:
Kevin Pham
2023-12-07 16:17:45 -06:00
parent c9bb0f6c25
commit c870cd6ba8
7 changed files with 782 additions and 59 deletions

View File

@@ -170,6 +170,7 @@ func main() {
app.All("api/raw/*", handlers.NewRawProxySiteHandler(proxyOpts))
app.Get("api/modifiers", handlers.NewAPIModifersListHandler(proxyOpts))
app.Get("api/ruleset/*", handlers.NewRulesetSiteHandler(proxyOpts))
app.Get("api/content/*", handlers.NewAPIContentHandler("api/outline/*", proxyOpts))