Skip to content

Commit

Permalink
fix(index.js): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jhderojasUVa committed Aug 13, 2022
1 parent 9089ecc commit a0b170e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ app.use((req, res, next) => {

// Tedious configuration and start up
const config = {
server: '172.18.0.2'
server: '172.18.0.2',
// server: 'localhost',
authentication: {
type: 'default',
Expand Down

0 comments on commit a0b170e

Please sign in to comment.