This commit is contained in:
Lemuel Marquez
2021-01-12 22:09:14 -06:00
parent 7c8c6cd9fb
commit cb6d387978
21 changed files with 37 additions and 37 deletions
@@ -76,7 +76,7 @@ export default {
obtenerProgramas() {
return axios
.get(
`${process.env.api}/programa/programas_responsable?idUsuario=${this.idResponsable}`,
`${process.env.api}/programa/programas_admin?idUsuario=${this.idResponsable}`,
this.token
)
.then((res) => {