api 테스터 세션 연장 추가
This commit is contained in:
@@ -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 = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user