We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16b94eb commit c7b4f5fCopy full SHA for c7b4f5f
src/config/WikiConfiguration.ts
@@ -206,7 +206,7 @@ export default class WikiConfiguration extends ConfigurationBase {
206
dispatchRoot: new Setting<string, URL>( {
207
serialize: ( v ) => v.href,
208
deserialize: ( v ) => new URL( v ),
209
- defaultValue: new URL( 'https://deputy.toolforge.org/v1/' ),
+ defaultValue: new URL( 'https://deputy.toolforge.org/' ),
210
displayOptions: { type: 'text' },
211
alwaysSave: true
212
} )
0 commit comments