Skip to content

Commit

Permalink
remove call to setAuthUrlPrefix
Browse files Browse the repository at this point in the history
  • Loading branch information
jbraswell committed Oct 10, 2022
1 parent 44b3816 commit 86f1c28
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion swagger-initializer.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ window.onload = function() {
{url: 'https://gyro.sezf.org/main_server/', description: 'Gyro'},
{url: 'https://{domain}', description: 'Custom', variables: { domain: { default: '' } } },
]);
window.ui.setAuthUrlPrefix('api/v1/');
}
});

Expand Down

0 comments on commit 86f1c28

Please sign in to comment.