We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 216affd commit 9a75460Copy full SHA for 9a75460
1 file changed
bin/scope.js
@@ -56,7 +56,7 @@ export async function scope(filePath) {
56
const ws = new WebSocket(url)
57
58
ws.on('open', () => {
59
- const hyperparamBase = 'https://hyperparam.app/files?key='
+ const hyperparamBase = 'https://hyperparam.app/open?key='
60
// Use provided S3 path or default to the hardcoded one
61
const key = encodeURIComponent(`https://scope.hyperparam.app/scope/${connectionId}?key=${encodeURIComponent(filePath ?? '')}`)
62
const url = `${hyperparamBase}${key}`
0 commit comments