Replace facade

This commit is contained in:
James Cole
2025-02-16 19:32:50 +01:00
parent 344bfbe059
commit ffaa164aa5
12 changed files with 38 additions and 23 deletions

View File

@@ -28,6 +28,10 @@ $(document).ready(function () {
});
}
$('.submit-test').click(submitTest);
$.get('./api/v1/accounts?type=asset&page=1&limit=100', function (data) {
console.log('OK');
});
});
function submitTest(e) {