Skip to content

Commit 9dc32df

Browse files
test: Update WORKFLOW_SERVER_URL_OVERRIDE to https://workflow-server-30zdja74i.vercel.sh
1 parent 9513a81 commit 9dc32df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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-30zdja74i.vercel.sh';
6565

6666
export interface APIConfig {
6767
token?: string;

0 commit comments

Comments
 (0)