We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61fa63f commit 688f707Copy full SHA for 688f707
server/worker.ts
@@ -91,6 +91,13 @@ export class BytesRadar {
91
debugInfo.duration_ms = performance.now() - startTime;
92
return new Response(JSON.stringify({
93
error: 'Missing repository path',
94
+ usage: [
95
+ "/[user/repo",
96
+ "/user/repo@master",
97
+ "/github.com/user/repo",
98
+ "/gitlab.com/user/repo",
99
+ "http://example.com/example-asset.tar.gz",
100
+ ],
101
debug_info: debugInfo
102
}), {
103
status: 400,
0 commit comments