Skip to content

Commit 3b3d9cb

Browse files
Add aggregatable debug reporting routes to RoutesBuilder (#46569)
1 parent 0fd9af9 commit 3b3d9cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/serve/serve.py

+1
Original file line numberDiff line numberDiff line change
@@ -599,6 +599,7 @@ def add_mount_point(self, url_base, path):
599599
("*", "/.well-known/attribution-reporting/debug/report-event-attribution", handlers.PythonScriptHandler),
600600
("*", "/.well-known/attribution-reporting/report-aggregate-attribution", handlers.PythonScriptHandler),
601601
("*", "/.well-known/attribution-reporting/debug/report-aggregate-attribution", handlers.PythonScriptHandler),
602+
("*", "/.well-known/attribution-reporting/debug/report-aggregate-debug", handlers.PythonScriptHandler),
602603
("*", "/.well-known/attribution-reporting/debug/verbose", handlers.PythonScriptHandler),
603604
("GET", "/.well-known/interest-group/permissions/", handlers.PythonScriptHandler),
604605
("*", "/.well-known/private-aggregation/*", handlers.PythonScriptHandler),

0 commit comments

Comments
 (0)