Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
z0mt3c committed Mar 24, 2020
1 parent a568b9e commit 0513490
Show file tree
Hide file tree
Showing 6 changed files with 1,731 additions and 1,467 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ Supports hapi 17.x and up
For earlier versions check [hapi-swaggered-ui 2.x](https://github.com/z0mt3c/hapi-swaggered-ui/blob/2.x/README.md) (current default/latest `npm install hapi-swaggered --save`)

[![Build Status](https://img.shields.io/travis/z0mt3c/hapi-swaggered-ui/master.svg)](https://travis-ci.org/z0mt3c/hapi-swaggered-ui)
[![Dependency Status](https://img.shields.io/gemnasium/z0mt3c/hapi-swaggered-ui.svg)](https://gemnasium.com/z0mt3c/hapi-swaggered-ui)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://github.com/feross/standard)
[![npm downloads](https://img.shields.io/npm/dm/hapi-swaggered-ui.svg)](https://www.npmjs.com/package/hapi-swaggered-ui)

Expand Down
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ function register (plugin, options) {
}

if (swaggerEndpoint) {
let swaggerOptions = {
const swaggerOptions = {
url: swaggerEndpoint
}

Expand Down
Loading

0 comments on commit 0513490

Please sign in to comment.