diff --git a/backend/main.py b/backend/main.py index afd8992..21d4717 100644 --- a/backend/main.py +++ b/backend/main.py @@ -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(): diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 535e505..30a168e 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -4,4 +4,4 @@ function App() { return ; } -export default App; \ No newline at end of file +export default App;