Add FastAPI (#1186)
Co-authored-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
7
f/FastAPI.py
Normal file
7
f/FastAPI.py
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
from fastapi import Body, FastAPI
|
||||||
|
|
||||||
|
app = FastAPI()
|
||||||
|
|
||||||
|
@app.get("/")
|
||||||
|
async def root():
|
||||||
|
return {"message": "Hello World"}
|
||||||
@@ -8,7 +8,7 @@ Thanks to everyone who continues to contribute; new languages are created every
|
|||||||
Make sure to see [contributing.md](/contributing.md) for instructions on contributing to the project!
|
Make sure to see [contributing.md](/contributing.md) for instructions on contributing to the project!
|
||||||
|
|
||||||
<!--Languages start-->
|
<!--Languages start-->
|
||||||
## Languages (843 total)
|
## Languages (844 total)
|
||||||
|
|
||||||
* [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B)
|
* [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B)
|
||||||
* [():;#?!](%23/%28%29%CB%B8%3B%23%EF%BC%9F%21)
|
* [():;#?!](%23/%28%29%CB%B8%3B%23%EF%BC%9F%21)
|
||||||
@@ -355,6 +355,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
|
|||||||
* [False](f/False.f)
|
* [False](f/False.f)
|
||||||
* [Fancy](f/Fancy.fy)
|
* [Fancy](f/Fancy.fy)
|
||||||
* [Fantom](f/Fantom.fan)
|
* [Fantom](f/Fantom.fan)
|
||||||
|
* [FastAPI](f/FastAPI.py)
|
||||||
* [Fennel](f/Fennel.fnl)
|
* [Fennel](f/Fennel.fnl)
|
||||||
* [Ferite](f/Ferite.fe)
|
* [Ferite](f/Ferite.fe)
|
||||||
* [Fetlang](f/Fetlang.fet)
|
* [Fetlang](f/Fetlang.fet)
|
||||||
|
|||||||
Reference in New Issue
Block a user