Skip to content

Commit

Permalink
fix urls (#3327)
Browse files Browse the repository at this point in the history
  • Loading branch information
wylerz authored Jan 7, 2025
1 parent 09796cd commit fb3e3a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/node/src/urls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export function getUrls(host?: string) {
baseUrl: isDefault ? `https://api.wandb.ai` : `https://${resolvedHost}`,
traceBaseUrl: isDefault
? `https://trace.wandb.ai`
: `https://${resolvedHost}`,
: `https://${resolvedHost}/traces`,
domain: isDefault ? defaultDomain : resolvedHost,
host: isDefault ? defaultHost : resolvedHost,
};
Expand Down

0 comments on commit fb3e3a7

Please sign in to comment.