[Web] Fix transport routing test

This commit is contained in:
FreddleSpl0it 2025-04-03 10:29:47 +02:00
parent a92832d115
commit ceeabded73
No known key found for this signature in database
GPG Key ID: 00E14E7634F4BEC5

View File

@ -681,7 +681,7 @@ jQuery(function($){
$(this).html('<div class="spinner-border" role="status"><span class="visually-hidden">Loading...</span></div> ');
$.ajax({
type: 'GET',
url: 'inc/ajax/transport_check.php',
url: '/inc/ajax/transport_check.php',
dataType: 'text',
data: $('#test_transport_form').serialize(),
complete: function (data) {