We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 697be2f commit 3f4b333Copy full SHA for 3f4b333
frameworks/Python/blacksheep/app-socketify.py
@@ -115,7 +115,7 @@ async def db_updates_test(request):
115
await connection.fetch_val(READ_ROW_SQL, [row_id])
116
# await db_conn.executemany(WRITE_ROW_SQL, updates)
117
await connection.execute_many(WRITE_ROW_SQL, updates)
118
- return jsonify(worlds)
+ return bs.json(worlds)
119
120
@bs.get('/plaintext')
121
async def plaintext_test(request):
0 commit comments