Skip to content

Commit

Permalink
Merge branch 'main' into feature/16-interfaz_crear_backup
Browse files Browse the repository at this point in the history
  • Loading branch information
Javitoox authored Jan 2, 2022
2 parents ae6bc33 + 0647f7b commit 9a6d62e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions decide_panel/src/services/backend.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const Api = {
.get(URI_BACKEND + "census/" + voting_id + "/")
.then((res) => res.data);
},

create_backup() {
return axios
.post(URI_BACKEND + "backups/create")
Expand Down

0 comments on commit 9a6d62e

Please sign in to comment.