Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
fix: incorrect path in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Dara Hayes committed Jul 16, 2019
1 parent 611d31b commit e2767d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/lib/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const Keycloak = require('keycloak-connect')

function configureKeycloak(app, graphqlPath) {

const keycloakConfig = JSON.parse(fs.readFileSync(path.resolve(__dirname, './config/keycloak.json')))
const keycloakConfig = JSON.parse(fs.readFileSync(path.resolve(__dirname, '../config/keycloak.json')))

const memoryStore = new session.MemoryStore()

Expand Down

0 comments on commit e2767d2

Please sign in to comment.