Skip to content

Commit

Permalink
update domain
Browse files Browse the repository at this point in the history
  • Loading branch information
eikaramba committed Jun 25, 2024
1 parent 1bccc5c commit 365c93c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/worker/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { DomainRouterBuilder, domainRoutersHandler } from '@affine/utils';
import { AFFiNEWorker } from './affine.js';
import type { Env } from './types.js';

const WORKER_DOMAIN = 'affine-worker.eikaramba.workers.dev';
const WORKER_DOMAIN = 'affine-worker.eikaramba-cloudflare.workers.dev';

const affine = AFFiNEWorker();

Expand Down

0 comments on commit 365c93c

Please sign in to comment.