aurweb/aurweb/asgi.py
Frédéric Mangano-Tarumi 561ec72694 Remove the FastAPI /hello test route
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
2020-06-06 09:08:27 -04:00

3 lines
45 B
Python

from fastapi import FastAPI
app = FastAPI()