from aiohttp import web from asyncworker import App app = App() @app.http.get(["/", "/other"]) async def handler(): return ...
確定! 回上一頁