mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
better
This commit is contained in:
parent
f7769210d2
commit
87a22d6a42
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
||||||
|
|
||||||
# Aider creating a simple flask app
|
# Aider creating a simple flask app
|
||||||
|
|
||||||
---
|
|
||||||
#### > make a flask app with a /hello endpoint that returns hello world
|
#### > 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:
|
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