Try to build the frontend and the backend and see if its update
This commit is contained in:
parent
84355d2e50
commit
9a4d812970
@ -24,7 +24,7 @@ DATA_FILE = "diagram.json"
|
||||
|
||||
@app.get("/")
|
||||
def root():
|
||||
return {"message": "Check if the API is running"}
|
||||
return {"message": "Check if the server is running"}
|
||||
|
||||
@app.get("/diagram/fetch")
|
||||
def fetch_diagram():
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user