Skip to content

Commit

Permalink
feat: restructure auth module
Browse files Browse the repository at this point in the history
  • Loading branch information
aldbr committed Feb 19, 2024
1 parent eba1001 commit fb11514
Show file tree
Hide file tree
Showing 14 changed files with 1,297 additions and 1,151 deletions.
2 changes: 1 addition & 1 deletion diracx-routers/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ types = [
jobs = "diracx.routers.job_manager:router"
config = "diracx.routers.configuration:router"
auth = "diracx.routers.auth:router"
".well-known" = "diracx.routers.well_known:router"
".well-known" = "diracx.routers.auth.well_known:router"

[tool.setuptools.packages.find]
where = ["src"]
Expand Down
Loading

0 comments on commit fb11514

Please sign in to comment.