Skip to content

Commit

Permalink
Merge pull request #145 from nzzdev/release-1.11.2
Browse files Browse the repository at this point in the history
Release 1.11.2
  • Loading branch information
fromdusttilldawn authored Nov 15, 2021
2 parents 084f611 + 3f96192 commit cf25e94
Show file tree
Hide file tree
Showing 18 changed files with 107 additions and 185 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Q Quiz [![Build Status](https://travis-ci.com/nzzdev/Q-quiz.svg?token=bwR7zbPTTpEoDxbY2dJR&branch=dev)](https://travis-ci.com/nzzdev/Q-quiz) [![Greenkeeper badge](https://badges.greenkeeper.io/nzzdev/Q-quiz.svg?token=0092ccff54931fc37f0887dd73f1a0bd550f584c80482e40fde8768e26d885ac&ts=1551342745740)](https://greenkeeper.io/)
# Q Quiz [![Build Status](https://travis-ci.com/nzzdev/Q-quiz.svg?token=bwR7zbPTTpEoDxbY2dJR&branch=dev)](https://travis-ci.com/nzzdev/Q-quiz)

**Maintainer**: [Manuel Roth](https://github.com/manuelroth)

Expand Down
3 changes: 0 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ const Hapi = require("@hapi/hapi");
const start = async function() {
let server = Hapi.server({
port: process.env.PORT || 3000,
routes: {
cors: true
}
});
await server.register(plugins);
server.route(routes);
Expand Down
Loading

0 comments on commit cf25e94

Please sign in to comment.