ram33 2017-09-18 14:41:51 +05:30
parent 6c8d9fb626
commit 79564e147b
1 changed files with 3 additions and 0 deletions

View File

@ -39,6 +39,9 @@ $(function() {
url += url.indexOf('?') > 0 ? '&' : '?' + 'model=' + model;
$('body').addClass('stripped');
}
if (appKey) {
url += url.indexOf('?') > 0 ? '&' : '?' + 'acccess_token=' + appKey;
}
/* eslint-disable camelcase */
window.swaggerUi = new SwaggerUi({
validatorUrl: null,