Skip to content

Commit

Permalink
#41.12 | fix deploy error cors
Browse files Browse the repository at this point in the history
  • Loading branch information
LuongXuanNhat committed Dec 6, 2023
1 parent 438fa3b commit 9bd6cff
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 6 deletions.
2 changes: 1 addition & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"baseHref": "/VietNamHistory_FEweb/",
"baseHref": "/toiyeulichsu.com/",
"allowedCommonJsDependencies": ["@ckeditor/ckeditor5-build-classic"],
"outputPath": "docs",
"index": "src/index.html",
Expand Down
15 changes: 12 additions & 3 deletions src/app/home/home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,18 @@
</div>
</div>
<div>
<div class="flex-center-sb">
<h5>Khóa học</h5>
<p style="font-size: 12px;"><i>xem thêm</i></p>
<div>
<div class="flex-center-sb">
<h5>Khóa học</h5>
<p style="font-size: 12px;"><i>xem thêm</i></p>
</div>
<div class="flex-center-h">
<div>

</div>
<div></div>
<div></div>
</div>
</div>
<div class="flex-center-sb">
<h5>Luyện tập</h5>
Expand Down
4 changes: 2 additions & 2 deletions src/app/service/auth.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import { Injectable } from '@angular/core';
export class AuthService {

constructor(private http: HttpClient ) { }
// apiurl = 'https://vuanhpham25-001-site1.gtempurl.com';
apiurl = 'https://localhost:7138';
apiurl = 'https://vuanhpham25-001-site1.gtempurl.com';
// apiurl = 'https://localhost:7138';
getApiUrl(){
return this.apiurl;
}
Expand Down
Binary file added src/assets/Icon/baitap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/Icon/contest1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/Icon/contest2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/Icon/contest3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9bd6cff

Please sign in to comment.