Skip to content

Commit

Permalink
fix: fix pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
martynia committed Dec 19, 2024
1 parent 6eb1ebd commit d65c3bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions diracx-routers/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ types = [

[project.entry-points."diracx.services"]
pilotlogs = "diracx.routers.pilot_logging.remote_logger:router"
jobs = "diracx.routers.job_manager:router"
jobs = "diracx.routers.jobs:router"
config = "diracx.routers.configuration:router"
auth = "diracx.routers.auth:router"
".well-known" = "diracx.routers.auth.well_known:router"

[project.entry-points."diracx.access_policies"]
WMSAccessPolicy = "diracx.routers.job_manager.access_policies:WMSAccessPolicy"
SandboxAccessPolicy = "diracx.routers.job_manager.access_policies:SandboxAccessPolicy"
WMSAccessPolicy = "diracx.routers.jobs.access_policies:WMSAccessPolicy"
SandboxAccessPolicy = "diracx.routers.jobs.access_policies:SandboxAccessPolicy"
PilotLogsAccessPolicy = "diracx.routers.pilot_logging.access_policies:PilotLogsAccessPolicy"

# Minimum version of the client supported
Expand Down

0 comments on commit d65c3bd

Please sign in to comment.