Flask - WebSocket and Real-Time
What happens if a Flask polling endpoint returns a Python dictionary directly without using jsonify?
```python
@app.route('/poll')
def poll():
return {'message': 'hello'}
```
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions