From f04f7d7a6f0478e239a4deb78089c3082e1cf063 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Fri, 13 Jun 2025 18:51:06 +0300 Subject: [PATCH] Trigger the pipeline --- backend/main.py | 2 +- frontend/src/App.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/main.py b/backend/main.py index 21d4717..afd8992 100644 --- a/backend/main.py +++ b/backend/main.py @@ -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(): diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 30a168e..535e505 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -4,4 +4,4 @@ function App() { return ; } -export default App; +export default App; \ No newline at end of file