MCPcopy Create free account
hub / github.com/VJBots/VJ-File-Store / web_server

Function web_server

TechVJ/server/__init__.py:9–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7
8
9async def web_server():
10 web_app = web.Application(client_max_size=30000000)
11 web_app.add_routes(routes)
12 return web_app

Callers 1

startFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected