File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Python package to develop applications with the Dispatch platform.
28
28
- [ Running Dispatch Applications] ( #running-dispatch-applications )
29
29
- [ Writing Transactional Applications with Dispatch] ( #writing-transactional-applications-with-dispatch )
30
30
- [ Integration with FastAPI] ( #integration-with-fastapi )
31
- - [ Integration with FastAPI ] ( #integration-with-flask )
31
+ - [ Integration with Flask ] ( #integration-with-flask )
32
32
- [ Configuration] ( #configuration )
33
33
- [ Serialization] ( #serialization )
34
34
- [ Examples] ( #examples )
@@ -201,7 +201,7 @@ program, driven by the Dispatch SDK.
201
201
202
202
### Integration with Flask
203
203
204
- Dispatch can also be integrated with web applications built on [ Flask] .
204
+ Dispatch can also be integrated with web applications built on [ Flask] [ flask ] .
205
205
206
206
The API is nearly identical to FastAPI above, instead use:
207
207
@@ -212,7 +212,7 @@ app = Flask(__name__)
212
212
dispatch = Dispatch(app)
213
213
```
214
214
215
- Flask : https://flask.palletsprojects.com/en/3.0.x/
215
+ [ flask ] : https://flask.palletsprojects.com/en/3.0.x/
216
216
217
217
### Configuration
218
218
You can’t perform that action at this time.
0 commit comments