API SPEC 오타로 인한 버그 수정

This commit is contained in:
daekuk
2025-12-05 11:02:19 +09:00
parent d939826cf7
commit 512e83042d
@@ -204,7 +204,7 @@
error: function (e) {
alert(e.responseText);
},
complate: function() {
complete: function() {
$("[id^='btn_']").prop("disabled", false);
$("#btn_save").text("수정");
}
@@ -277,7 +277,7 @@
error: function(e) {
alert(e.responseText);
},
complate: function() {
complete: function() {
$("[id^='btn_']").prop("disabled", false);
$("#btn_delete").text("삭제");
}
@@ -309,7 +309,7 @@
error: function(e) {
alert("API 스펙 생성 중 오류가 발생했습니다: " + e.responseText);
},
complate: function() {
complete: function() {
$("[id^='btn_']").prop("disabled", false);
$("#btn_generate_spec").text("SPEC 자동 생성");
}