more routes

This commit is contained in:
denisdulici
2020-01-06 15:33:37 +03:00
parent 41f195e9e4
commit 3e0d06929b
5 changed files with 14 additions and 14 deletions

View File

@ -39,7 +39,7 @@ const app = new Vue({
this.form.loading = true;
axios.post('offline-payments/get', {
axios.post('offline-payments/settings/get', {
code: code
})
.then(response => {
@ -76,7 +76,7 @@ const app = new Vue({
onDelete() {
axios({
method: 'DELETE',
url: 'offline-payments/delete',
url: 'offline-payments/settings/delete',
data: {
code: this.confirm.code
}