mirror of
https://github.com/Rarebuffalo/securelens-backend.git
synced 2026-06-19 07:00:30 +00:00
updated the model
This commit is contained in:
@@ -1,17 +1 @@
|
||||
from .auth import router as auth
|
||||
from .health import router as health
|
||||
from .history import router as history
|
||||
from .scan import router as scan
|
||||
from .apikey import router as apikey
|
||||
from .report import router as report
|
||||
from .code_scan import router as code_scan
|
||||
|
||||
__all__ = [
|
||||
"auth",
|
||||
"health",
|
||||
"history",
|
||||
"scan",
|
||||
"apikey",
|
||||
"report",
|
||||
"code_scan"
|
||||
]
|
||||
# Empty init file to allow correct module importing
|
||||
|
||||
Reference in New Issue
Block a user