Skip to content

Commit

Permalink
Add aggregatable debug reporting routes to RoutesBuilder (#46569)
Browse files Browse the repository at this point in the history
  • Loading branch information
linnan-github authored Jun 4, 2024
1 parent 0fd9af9 commit 3b3d9cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/serve/serve.py
Original file line number Diff line number Diff line change
Expand Up @@ -599,6 +599,7 @@ def add_mount_point(self, url_base, path):
("*", "/.well-known/attribution-reporting/debug/report-event-attribution", handlers.PythonScriptHandler),
("*", "/.well-known/attribution-reporting/report-aggregate-attribution", handlers.PythonScriptHandler),
("*", "/.well-known/attribution-reporting/debug/report-aggregate-attribution", handlers.PythonScriptHandler),
("*", "/.well-known/attribution-reporting/debug/report-aggregate-debug", handlers.PythonScriptHandler),
("*", "/.well-known/attribution-reporting/debug/verbose", handlers.PythonScriptHandler),
("GET", "/.well-known/interest-group/permissions/", handlers.PythonScriptHandler),
("*", "/.well-known/private-aggregation/*", handlers.PythonScriptHandler),
Expand Down

0 comments on commit 3b3d9cb

Please sign in to comment.