This commit is contained in:
Dennis
2021-07-18 10:11:50 +02:00
parent 1c088bd4e0
commit d1ee488ffd
3 changed files with 3 additions and 3 deletions

2
public/js/app.js vendored

File diff suppressed because one or more lines are too long

View File

@@ -118,7 +118,7 @@
useNotification,
syncProvider (provider){
window.axios.post(this.route('admin.services.providers.sync', provider.id).url())
window.axios.post(this.route('admin.services.providers.sync', provider.id))
.then(() => {
useNotification({
variant: 'success',

View File

@@ -118,7 +118,7 @@
useNotification,
syncServer (server){
window.axios.post(this.route('admin.services.servers.sync').url(), server)
window.axios.post(this.route('admin.services.servers.sync'), server)
.then(() => {
useNotification({
variant: 'success',