Skip to content

Commit c7b4f5f

Browse files
wikiConfig(dispatchRoot): fix endpoint URL
1 parent 16b94eb commit c7b4f5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/WikiConfiguration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ export default class WikiConfiguration extends ConfigurationBase {
206206
dispatchRoot: new Setting<string, URL>( {
207207
serialize: ( v ) => v.href,
208208
deserialize: ( v ) => new URL( v ),
209-
defaultValue: new URL( 'https://deputy.toolforge.org/v1/' ),
209+
defaultValue: new URL( 'https://deputy.toolforge.org/' ),
210210
displayOptions: { type: 'text' },
211211
alwaysSave: true
212212
} )

0 commit comments

Comments
 (0)