Skip to content

Commit

Permalink
Remove ROS
Browse files Browse the repository at this point in the history
  • Loading branch information
harryjmoss committed Jan 26, 2024
1 parent cec9d0b commit 6826cb2
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 393 deletions.
3 changes: 0 additions & 3 deletions api/src/api/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
from api.hospital.router import mock_router as mock_hospital_router
from api.hospital.router import router as hospital_router
from api.logger import logger
from api.ros.router import router as ros_router
from api.sitrep.router import mock_router as mock_sitrep_router
from api.sitrep.router import router as sitrep_router

Expand Down Expand Up @@ -47,8 +46,6 @@
app.include_router(beds_router)
mock_router.include_router(mock_beds_router)

app.include_router(ros_router)

# Finally include the mock router.
app.include_router(mock_router)

Expand Down
9 changes: 0 additions & 9 deletions api/src/api/ros/__init__.py

This file was deleted.

308 changes: 0 additions & 308 deletions api/src/api/ros/live.sql

This file was deleted.

7 changes: 0 additions & 7 deletions api/src/api/ros/mock.sql

This file was deleted.

Binary file removed api/src/api/ros/mock.xls
Binary file not shown.
Binary file removed api/src/api/ros/mock_test_data.h5
Binary file not shown.
22 changes: 0 additions & 22 deletions api/src/api/ros/router.py

This file was deleted.

Loading

0 comments on commit 6826cb2

Please sign in to comment.