Trigger the pipeline

This commit is contained in:
dvirlabs 2025-06-13 18:51:06 +03:00
parent 1839070269
commit f04f7d7a6f
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ DATA_FILE = "diagram.json"
@app.get("/")
def root():
return {"message": "Check if the server is running"}
return {"message": "API is running"}
@app.get("/diagram/fetch")
def fetch_diagram():