Restored simple RSGI support on KayaApp instances
This commit is contained in:
@@ -3,7 +3,6 @@ from typing import List
|
||||
|
||||
app = KayaApp()
|
||||
|
||||
|
||||
@app.GET('/hello')
|
||||
@app.GET('/hello2')
|
||||
async def handle_request(ctx: HttpContext) -> None:
|
||||
|
||||
Reference in New Issue
Block a user