Skip to content

Commit

Permalink
fix API instantiation
Browse files Browse the repository at this point in the history
  • Loading branch information
kennylavender committed Dec 13, 2018
1 parent bcf304b commit 6246fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export async function app(localVars: any = {}) {
loggingPretty: configuration.loggingPretty,
}

const api = new API({
const api = API({
...loggingConfiguration,
port: configuration.apiPort,
dbUrl: configuration.mongodbUrl,
Expand Down

0 comments on commit 6246fd8

Please sign in to comment.