generated from hjess/PythonTemplateProject
Loads and loads of data
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user