refactor environment.prod.ts to environment.production.ts

This commit is contained in:
William Welling
2021-12-17 08:14:15 -06:00
parent 21fcc9dde8
commit 4c46d9db2b
7 changed files with 7 additions and 7 deletions

View File

@@ -384,7 +384,7 @@ dspace-angular
│ ├── backend * Folder containing a mock of the REST API, hosted by the express server
│ ├── config *
│ ├── environments *
│ │ ├── environment.prod.ts * Production configuration files
│ │ ├── environment.production.ts * Production configuration files
│ │ ├── environment.test.ts * Test configuration files
│ │ └── environment.ts * Default (development) configuration files
│ ├── mirador-viewer *