Skip to content

Commit

Permalink
Restoring proper URL
Browse files Browse the repository at this point in the history
  • Loading branch information
berhalak committed Jan 9, 2025
1 parent 6491d44 commit eddd765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/client/apiconsole.ts
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ createAppPage((appModel) => {
swaggerUI = buildSwaggerUI({
filter: true,
plugins: [gristPlugin.bind(null, appModel)],
url: 'http://127.0.0.1:8080/api/grist.yml',
url: 'https://raw.githubusercontent.com/gristlabs/grist-help/master/api/grist.yml',
domNode: rootNode,
showMutatedRequest: false,
requestInterceptor,
Expand Down

0 comments on commit eddd765

Please sign in to comment.