Skip to content

Commit

Permalink
Merge pull request #1673 from l-lin/chore/change_angular-datatables-d…
Browse files Browse the repository at this point in the history
…emo-server_url

chore(demo): switch angular-datatables-demo-server url #1672
  • Loading branch information
shanmukhateja authored Sep 4, 2022
2 parents 4ba6b1b + e2fc3a1 commit a8cee10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/src/app/basic/server-side-angular-way.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export class ServerSideAngularWayComponent implements OnInit {
ajax: (dataTablesParameters: any, callback) => {
that.http
.post<DataTablesResponse>(
'https://angular-datatables-demo-server.herokuapp.com/',
'https://xtlncifojk.eu07.qoddiapp.com/',
dataTablesParameters, {}
).subscribe(resp => {
that.persons = resp.data;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export class ServerSideAngularWayComponent implements OnInit {
ajax: (dataTablesParameters: any, callback) => {
that.http
.post<DataTablesResponse>(
'https://angular-datatables-demo-server.herokuapp.com/',
'https://xtlncifojk.eu07.qoddiapp.com/',
dataTablesParameters, {}
).subscribe(resp => {
that.persons = resp.data;
Expand Down

0 comments on commit a8cee10

Please sign in to comment.