Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Commit a8cee10

Browse files
Merge pull request #1673 from l-lin/chore/change_angular-datatables-demo-server_url
chore(demo): switch angular-datatables-demo-server url #1672
2 parents 4ba6b1b + e2fc3a1 commit a8cee10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demo/src/app/basic/server-side-angular-way.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export class ServerSideAngularWayComponent implements OnInit {
3737
ajax: (dataTablesParameters: any, callback) => {
3838
that.http
3939
.post<DataTablesResponse>(
40-
'https://angular-datatables-demo-server.herokuapp.com/',
40+
'https://xtlncifojk.eu07.qoddiapp.com/',
4141
dataTablesParameters, {}
4242
).subscribe(resp => {
4343
that.persons = resp.data;

demo/src/assets/docs/basic/server-side-angular-way/source-ts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export class ServerSideAngularWayComponent implements OnInit {
3333
ajax: (dataTablesParameters: any, callback) => {
3434
that.http
3535
.post<DataTablesResponse>(
36-
'https://angular-datatables-demo-server.herokuapp.com/',
36+
'https://xtlncifojk.eu07.qoddiapp.com/',
3737
dataTablesParameters, {}
3838
).subscribe(resp => {
3939
that.persons = resp.data;

0 commit comments

Comments
 (0)