api 테스터 세션 연장 추가

This commit is contained in:
현성필
2023-09-11 13:44:06 +09:00
parent d33ddf5f79
commit 23062059c0
2 changed files with 18 additions and 10 deletions
@@ -275,7 +275,16 @@
<th:block layout:fragment="contentScript">
<script>
$(function () {
const timer = setInterval(function () {
$.ajax({
url: '/refreshSessionTimeout.do',
type: 'GET',
contentType: 'application/json',
complete: function () {
controller.hideLoadingOverlay();
}
});
}, 60000);
let apiRequests = [];
let collections = [];