mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
copy
This commit is contained in:
parent
0d7813f09c
commit
5fe853f9ca
2 changed files with 4 additions and 4 deletions
|
@ -8,7 +8,7 @@ In this chat transcript, the user asks aider to make a simple flask app with var
|
|||
> hello-world-flask$ aider app.py
|
||||
> Creating app.py
|
||||
> Added app.py to the chat
|
||||
---
|
||||
|
||||
#### > make a flask app with a /hello endpoint that returns hello world
|
||||
|
||||
To create a Flask app with a `/hello` endpoint that returns "Hello, World!", we need to install Flask, import it, create an app instance, and define a route for the `/hello` endpoint. Here's how to update the `app.py` file:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue