Skip to content

Commit 26a0d97

Browse files
test: Update WORKFLOW_SERVER_URL_OVERRIDE to https://workflow-server-6j6z2oqic.vercel.sh
1 parent fe13110 commit 26a0d97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/world-vercel/src/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ function httpLog(
6161
*
6262
* Example: 'https://workflow-server-git-branch-name.vercel.sh'
6363
*/
64-
const WORKFLOW_SERVER_URL_OVERRIDE = '';
64+
const WORKFLOW_SERVER_URL_OVERRIDE = 'https://workflow-server-6j6z2oqic.vercel.sh';
6565

6666
export interface APIConfig {
6767
token?: string;

0 commit comments

Comments
 (0)