Skip to content

Commit

Permalink
chore: lint ./app/index.js #242
Browse files Browse the repository at this point in the history
  • Loading branch information
billchurch committed May 13, 2021
1 parent c1396c5 commit c3d63fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
*
*/

var config = require('./server/app').config
var server = require('./server/app').server
const config = require('./server/app').config
const server = require('./server/app').server

server.listen({ host: config.listen.ip, port: config.listen.port })

Expand Down

0 comments on commit c3d63fa

Please sign in to comment.