Skip to content

Commit

Permalink
Merge pull request #249 from nzzdev/release-3.7.3
Browse files Browse the repository at this point in the history
Release 3.7.3
  • Loading branch information
fromdusttilldawn authored Nov 15, 2021
2 parents c19fd57 + 31c6d46 commit d60096d
Show file tree
Hide file tree
Showing 20 changed files with 5,487 additions and 70 deletions.
3 changes: 0 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ const Hapi = require("@hapi/hapi");

const server = Hapi.server({
port: process.env.PORT || 3000,
routes: {
cors: true,
},
});

const routes = require("./routes/routes.js");
Expand Down
Loading

0 comments on commit d60096d

Please sign in to comment.