add comment

This commit is contained in:
Simon Knott 2024-10-31 13:16:05 +01:00
parent 9b4f719f5c
commit 66e403ad4a
No known key found for this signature in database
GPG key ID: 8CEDC00028084AEC

View file

@ -112,6 +112,7 @@ export async function installRootRedirect(server: HttpServer, traceUrls: string[
continue;
}
// <testServerOrigin>/trace/file?path=/path/to/trace.zip
const url = new URL('/trace/file', server.urlPrefix('precise'));
url.searchParams.set('path', traceUrl);
params.append('trace', url.toString());