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

Commit

Permalink
Update endpoint security to be imported from express-auth than auth-p…
Browse files Browse the repository at this point in the history
…assport
  • Loading branch information
JameelB committed Aug 28, 2017
1 parent 61036f1 commit 8857cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/server/src/modules/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { EndpointSecurity } from '@raincatcher/auth-passport';
import { EndpointSecurity } from '@raincatcher/express-auth';
import { getLogger } from '@raincatcher/logger';
import initData from '@raincatcher/wfm-demo-data';
import { WfmRestApi } from '@raincatcher/wfm-rest-api';
Expand Down

0 comments on commit 8857cec

Please sign in to comment.