diff options
| author | Frederick Muriuki Muriithi | 2025-12-08 11:30:03 -0600 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2025-12-08 11:42:31 -0600 |
| commit | fa43a6ed5eac43206926953fd4f122f5c63cece6 (patch) | |
| tree | 111919fca7496dde68b36368156b0669b4c4d042 /uploader/__init__.py | |
| parent | 9514647b70fe90a709b2881e50871a6e15f1236e (diff) | |
| download | gn-uploader-fa43a6ed5eac43206926953fd4f122f5c63cece6.tar.gz | |
Improve the streamlined UI for the index page.
Diffstat (limited to 'uploader/__init__.py')
| -rw-r--r-- | uploader/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/uploader/__init__.py b/uploader/__init__.py index 98e8141..b7f0ab9 100644 --- a/uploader/__init__.py +++ b/uploader/__init__.py @@ -108,6 +108,7 @@ def create_app(config: Optional[dict] = None): setup_logging(app) setup_modules_logging(app.logger, ( + "uploader.base_routes", "uploader.publications.models", "uploader.publications.datatables", "uploader.phenotypes.models")) |
