Merge branch 'develop'
# Conflicts: # public/js/app.js
This commit is contained in:
27310
public/js/app.js
vendored
27310
public/js/app.js
vendored
File diff suppressed because one or more lines are too long
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user