feat: functions router

This commit is contained in:
Timothy J. Baek
2024-06-20 00:37:02 -07:00
parent f9283bc311
commit f68aba687e
5 changed files with 214 additions and 4 deletions

View File

@@ -60,7 +60,7 @@ app.state.config.ENABLE_COMMUNITY_SHARING = ENABLE_COMMUNITY_SHARING
app.state.MODELS = {}
app.state.TOOLS = {}
app.state.FUNCTIONS = {}
app.add_middleware(
CORSMiddleware,