mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-02 02:18:20 +00:00
Replace facade
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user