Skip to content

Commit

Permalink
#50 | Deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
LuongXuanNhat committed Dec 20, 2023
1 parent 74208d2 commit dedfc2f
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 13 deletions.
28 changes: 25 additions & 3 deletions docs/3rdpartylicenses.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,31 @@ Trademarks
**CKEditor** is a trademark of [CKSource](http://cksource.com) Holding sp. z o.o. All other brand and product names are trademarks, registered trademarks or service marks of their respective holders.


@ckeditor/ckeditor5-build-classic
GPL-2.0-or-later
Software License Agreement
==========================

**CKEditor&nbsp;5 classic editor build** – https://github.com/ckeditor/ckeditor5-build-classic <br>
Copyright (c) 2003–2023, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.

Licensed under the terms of [GNU General Public License Version 2 or later](http://www.gnu.org/licenses/gpl.html).

Sources of Intellectual Property Included in CKEditor
-----------------------------------------------------

Where not otherwise indicated, all CKEditor content is authored by CKSource engineers and consists of CKSource-owned intellectual property. In some specific instances, CKEditor will incorporate work done by developers outside of CKSource with their express permission.

The following libraries are included in CKEditor under the [MIT license](https://opensource.org/licenses/MIT):

* Lodash - Copyright (c) JS Foundation and other contributors https://js.foundation/. Based on Underscore.js, copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors http://underscorejs.org/.

Trademarks
----------

**CKEditor** is a trademark of [CKSource Holding sp. z o.o.](https://cksource.com) All other brand and product names are trademarks, registered trademarks, or service marks of their respective holders.


@ckeditor/ckeditor5-watchdog
GPL-2.0-or-later
Software License Agreement
Expand Down Expand Up @@ -196,9 +221,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
@microsoft/signalr
MIT

ckeditor5-custom-build
SEE LICENSE IN LICENSE.md

date-fns
MIT
MIT License
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
<body class="ig-typography ig-scrollbar mat-typography">

<app-root></app-root>
<script src="runtime.10f09cdf8c3e24d5.js" type="module"></script><script src="polyfills.918ca83f6100aaee.js" type="module"></script><script src="scripts.cd816875f3dc91fb.js" defer></script><script src="main.5fc8ed74f6b345ef.js" type="module"></script></body>
<script src="runtime.10f09cdf8c3e24d5.js" type="module"></script><script src="polyfills.918ca83f6100aaee.js" type="module"></script><script src="scripts.cd816875f3dc91fb.js" defer></script><script src="main.99974addf6b49de9.js" type="module"></script></body>
</html>
7 changes: 0 additions & 7 deletions docs/main.5fc8ed74f6b345ef.js

This file was deleted.

7 changes: 7 additions & 0 deletions docs/main.99974addf6b49de9.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/app/service/auth.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ export class AuthService {

constructor(private http: HttpClient ) { }
// apiurl = 'https://tyls.fun';
apiurl = 'https://localhost:7138';
// apiurl = 'https://vuanhpham25-001-site1.gtempurl.com';
// apiurl = 'https://localhost:7138';
apiurl = 'https://vuanhpham25-001-site1.gtempurl.com';
getApiUrl(){
return this.apiurl;
}
Expand Down

0 comments on commit dedfc2f

Please sign in to comment.