|
|
@@ -206,7 +206,7 @@ export class GradosEducativosComponent {
|
|
|
}
|
|
|
|
|
|
exportPage(tabla: string, pagina: number) {
|
|
|
- const url = `http://localhost:8000/api/exportar-excel?tabla=${tabla}&pagina=${pagina}`;
|
|
|
+ const url = `https://qa.plataforma-educativa.com.mx/back/public/api/exportar-excel?tabla=${tabla}&pagina=${pagina}`;
|
|
|
|
|
|
this.http.get(url, { responseType: 'blob', withCredentials: true }).subscribe({
|
|
|
next: (blob) => {
|
|
|
@@ -256,7 +256,7 @@ exportPage(tabla: string, pagina: number) {
|
|
|
// });
|
|
|
// }
|
|
|
exportAll(tabla: string) {
|
|
|
- const url = `http://localhost:8000/api/exportar-excel?tabla=${tabla}`;
|
|
|
+ const url = `https://qa.plataforma-educativa.com.mx/back/public/api/exportar-excel?tabla=${tabla}`;
|
|
|
|
|
|
this.http.get(url, { responseType: 'blob', withCredentials: true }).subscribe({
|
|
|
next: (blob) => {
|