Skip to content

Commit

Permalink
Merge 9a45938 into f0c8532
Browse files Browse the repository at this point in the history
  • Loading branch information
AntvissMedia committed Dec 23, 2020
2 parents f0c8532 + 9a45938 commit 262a78e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/authentication-jwt/README.md
Expand Up @@ -125,7 +125,7 @@ export class TestApplication extends BootMixin(
// Bind datasource for user
this.dataSource(DbDataSource, UserServiceBindings.DATASOURCE_NAME);
// Bind datasource for refresh token
this.dataSource(DbDataSource, RefreshTokenBindings.DATASOURCE_NAME);
this.dataSource(DbDataSource,RefreshTokenServiceBindings.DATASOURCE_NAME);

this.component(RestExplorerComponent);
this.projectRoot = __dirname;
Expand Down

0 comments on commit 262a78e

Please sign in to comment.