Loads and loads of data

This commit is contained in:
2024-12-12 23:30:19 +01:00
parent 46a1951586
commit c751d0b072
69 changed files with 2194 additions and 101 deletions

View File

@@ -15,7 +15,7 @@ class DynamicController:
def _load_mock_data(self):
"""Load mock data from a JSON file."""
with open("mock_data.json") as file:
with open("generated_data.json") as file:
return json.load(file)
def _add_dynamic_routes(self):