Add message that reveals commit that SwaggerUI was derived from

This commit is contained in:
Kyle Shockey
2017-04-20 17:11:54 -07:00
parent 6cd66bb4f9
commit 06c82bb325
10 changed files with 57 additions and 56 deletions

View File

@@ -6,6 +6,8 @@ import * as AllPlugins from "core/plugins/all"
import { filterConfigs } from "plugins/configs"
import { parseSeach } from "core/utils"
console.log(`This Swagger-UI was built from ${process.env.COMMITHASH}.`)
module.exports = function SwaggerUI(opts) {
const defaults = {