Merge pull request #127 from dashby3000/master

Updated "resourcePath: 'swaggerResources'" to "resourcePath: 'swagger…
This commit is contained in:
Raymond Feng 2015-09-30 13:13:12 -07:00
commit 0ec7e52711
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ explorer(app, {
'title': 'My API',
'description': 'Explorer example app.'
},
resourcePath: 'swaggerResources',
resourcePath: 'swagger.json',
version: '0.1-unreleasable'
}));
app.use('/custom-api-root', loopback.rest());