Skip to content

Commit

Permalink
wikiConfig(dispatchRoot): fix endpoint URL
Browse files Browse the repository at this point in the history
  • Loading branch information
ChlodAlejandro committed Jan 18, 2023
1 parent 16b94eb commit c7b4f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/WikiConfiguration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ export default class WikiConfiguration extends ConfigurationBase {
dispatchRoot: new Setting<string, URL>( {
serialize: ( v ) => v.href,
deserialize: ( v ) => new URL( v ),
defaultValue: new URL( 'https://deputy.toolforge.org/v1/' ),
defaultValue: new URL( 'https://deputy.toolforge.org/' ),
displayOptions: { type: 'text' },
alwaysSave: true
} )
Expand Down

0 comments on commit c7b4f5f

Please sign in to comment.