Restored simple RSGI support on KayaApp instances

This commit is contained in:
2026-07-15 22:19:16 +08:00
parent fa3ff32f66
commit 0d6ecce415
5 changed files with 22 additions and 28 deletions
-1
View File
@@ -3,7 +3,6 @@ from typing import List
app = KayaApp()
@app.GET('/hello')
@app.GET('/hello2')
async def handle_request(ctx: HttpContext) -> None: