Skip to content

Instantly share code, notes, and snippets.

@zbarbuto
Last active December 15, 2017 03:56
Show Gist options
  • Save zbarbuto/5bb40180b3ac4aaebf62237a418467ee to your computer and use it in GitHub Desktop.
Save zbarbuto/5bb40180b3ac4aaebf62237a418467ee to your computer and use it in GitHub Desktop.
const join = require('path').join;
module.exports = {
'loopback-component-explorer': {
mountPath: '/explorer',
apiInfo: {
title: 'My App',
description: 'Test Explorer'
},
uiDirs: [
join(__dirname, '../explorer'),
join(__dirname, '../node_modules/swagger-ui/dist')
]
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment