MCPcopy Create free account
hub / github.com/TechifyBots/File-Stream-Bot / web_server

Function web_server

biisal/server/__init__.py:7–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

start_servicesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected