Skip to content

Commit

Permalink
chore(ur): make surUrl configuration required
Browse files Browse the repository at this point in the history
  • Loading branch information
TillaTheHun0 committed Sep 16, 2024
1 parent 1f56f2e commit 711c6a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion servers/ur/src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const serverConfigSchema = z.object({
),
aoUnit: z.enum(['cu', 'mu']),
strategy: z.enum(['proxy', 'redirect']),
surUrl: z.string().nullable().optional(),
surUrl: z.string().url(),
/**
* @deprecated - use ownerToHost or processToHost to
* achieve subrouting
Expand Down

0 comments on commit 711c6a6

Please sign in to comment.