Skip to content

Commit c5b76cf

Browse files
committed
fix derp
1 parent 46cc3be commit c5b76cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const Hapi=require('hapi');
44

55
const port = +process.env.PORT || 5000;
66
const host = "0.0.0.0";
7-
const knex = require(knex);
7+
const knex = require("knex");
88

99
// Create a server with a host and port
1010
const server = Hapi.server({

0 commit comments

Comments
 (0)