Skip to content

Commit 688f707

Browse files
committed
chore: update usage field
1 parent 61fa63f commit 688f707

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

server/worker.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,13 @@ export class BytesRadar {
9191
debugInfo.duration_ms = performance.now() - startTime;
9292
return new Response(JSON.stringify({
9393
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+
],
94101
debug_info: debugInfo
95102
}), {
96103
status: 400,

0 commit comments

Comments
 (0)