Skip to content

Commit

Permalink
Merge pull request #202 from abpframework/gterdem/angular_mime_type_fix
Browse files Browse the repository at this point in the history
Back-office application unsupported mime type error
  • Loading branch information
masum-ulu authored Sep 15, 2023
2 parents 07c02cd + f6df8fc commit c1c8c5f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions apps/angular/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@
"input": "node_modules/@abp/ng.theme.lepton-x/assets/css/abp-bundle.css",
"inject": false,
"bundleName": "abp-bundle"
},
{
"input": "node_modules/@abp/ng.theme.lepton-x/assets/css/abp-bundle.rtl.css",
"inject": false,
"bundleName": "abp-bundle.rtl"
},
{
"input": "node_modules/@volo/ngx-lepton-x.lite/assets/css/bootstrap-dim.rtl.css",
Expand All @@ -81,14 +86,14 @@
"bundleName": "ng-bundle.rtl"
},
{
"input": "node_modules/@volo/ngx-lepton-x.lite/assets/css/side-menu/layout-bundle.rtl.css",
"input": "node_modules/@volo/ngx-lepton-x.lite/assets/css/font-bundle.rtl.css",
"inject": false,
"bundleName": "layout-bundle.rtl"
"bundleName": "font-bundle.rtl"
},
{
"input": "node_modules/@abp/ng.theme.lepton-x/assets/css/abp-bundle.rtl.css",
"input": "node_modules/@volo/ngx-lepton-x.lite/assets/css/font-bundle.css",
"inject": false,
"bundleName": "abp-bundle.rtl"
"bundleName": "font-bundle"
},
"node_modules/bootstrap-icons/font/bootstrap-icons.css",

Expand Down
2 changes: 1 addition & 1 deletion apps/angular/src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const environment = {
rootNamespace: 'EShopOnAbp.OrderingService',
}
},
mediaServerUrl:'https://localhost:44335'
mediaServerUrl:'https://localhost:44373'
} as MyEnvironment;


0 comments on commit c1c8c5f

Please sign in to comment.