We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c2d55c commit bc03671Copy full SHA for bc03671
Projects/BooksLibrary/src/config/configuration.manager.ts
@@ -1,5 +1,5 @@
1
import { AuthenticationType, AuthorizationType, Configurations } from './configuration.types';
2
-import * as AppConfig from 'app.config.json';
+import * as AppConfig from '../app.config.json';
3
4
export class ConfigurationManager {
5
static _config: Configurations = null;
0 commit comments