mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-13 04:53:06 +00:00
refactor config filename and convert to yaml
This commit is contained in:
@@ -34,7 +34,7 @@ const main = () => {
|
||||
return bootstrap();
|
||||
} else {
|
||||
|
||||
return fetch('assets/appConfig.json')
|
||||
return fetch('assets/config.json')
|
||||
.then((response) => response.json())
|
||||
.then((appConfig: AppConfig) => {
|
||||
|
||||
|
Reference in New Issue
Block a user