mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-22 16:23:45 +02:00
Update all places in the code referencing named routes using JS that doesn't exist now
This commit is contained in:
@@ -130,7 +130,7 @@
|
||||
|
||||
$.ajax({
|
||||
method: 'GET',
|
||||
url: Router.route('admin.packs.new.template'),
|
||||
url: '/admin/packs/new/template',
|
||||
headers: { 'X-CSRF-TOKEN': $('meta[name="_token"]').attr('content') },
|
||||
}).fail(function (jqXhr) {
|
||||
console.error(jqXhr);
|
||||
|
||||
Reference in New Issue
Block a user