Trigger the pipeline
This commit is contained in:
parent
4ffa5a2147
commit
de8f5707df
@ -22,6 +22,9 @@ BASE_URL = "https://s3.dvirlabs.com/lab-icons"
|
||||
S3_INDEX_URL = "https://s3.dvirlabs.com/lab-icons/?list-type=2"
|
||||
DATA_FILE = "diagram.json"
|
||||
|
||||
@app.get("/")
|
||||
def root():
|
||||
return {"message": "API 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