mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 02:01:33 +00:00
Fix forum management route
This commit is contained in:
@@ -84,7 +84,7 @@
|
||||
state.changesApplied = false;
|
||||
|
||||
var payload = { categories: state.categories };
|
||||
axios.post('{{ route('forum.bulk.category.manage') }}', payload)
|
||||
axios.post('{{ route('forum.bulk.category.reorder') }}', payload)
|
||||
.then(response => {
|
||||
state.changesApplied = true;
|
||||
setTimeout(() => state.changesApplied = false, 3000);
|
||||
|
||||
Reference in New Issue
Block a user