first commit
This commit is contained in:
8
backend/app/main.py
Normal file
8
backend/app/main.py
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
from fastapi import FastAPI
|
||||
|
||||
app = FastAPI(title="Auteur AI API")
|
||||
|
||||
@app.get("/")
|
||||
async def root():
|
||||
return {"message": "Auteur AI Backend is running"}
|
||||
Reference in New Issue
Block a user