We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e94bfc8 commit d222814Copy full SHA for d222814
1 file changed
src/app/configs/app.config.ts
@@ -5,7 +5,7 @@ export const APP_CONFIG = new InjectionToken('app.config');
5
export const AppConfig: any = {
6
topHeroesLimit: 5,
7
snackBarDuration: 3000,
8
- repositoryURL: 'https://github.com/ismaestro/angular8-example-app',
+ repositoryURL: 'https://github.com/Ismaestro/angular-example-app',
9
sentryDSN: 'https://38434a1b115f41d3a31e356cdc496c06@sentry.io/1315526',
10
cspDirectives: {
11
defaultSrc: [
0 commit comments