Trigger the pipeline
This commit is contained in:
parent
de8f5707df
commit
4fab6ea72b
@ -24,7 +24,7 @@ DATA_FILE = "diagram.json"
|
||||
|
||||
@app.get("/")
|
||||
def root():
|
||||
return {"message": "API is running"}
|
||||
return {"message": "Check if the server is running"}
|
||||
|
||||
@app.get("/diagram/fetch")
|
||||
def fetch_diagram():
|
||||
|
||||
@ -4,4 +4,4 @@ function App() {
|
||||
return <Diagram />;
|
||||
}
|
||||
|
||||
export default App;
|
||||
export default App;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user