Flask - WebSocket and Real-Time
What is wrong with this polling endpoint code snippet?
```python
@app.route('/poll', methods=['POST'])
def poll():
return jsonify({'status': 'ok'})
```
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions