feat(WIP): gateway bootstrap 호출 제거 진행

- 메인페이지 미동작
This commit is contained in:
2021-12-10 02:47:10 +09:00
parent a6ae77cebf
commit 307cf5eeae
9 changed files with 13 additions and 4 deletions
+1
View File
@@ -6,6 +6,7 @@ import { convertFormData } from '../util/convertFormData';
import { TemplateEngine } from "../util/TemplateEngine";
import { unwrap_any } from '../util/unwrap_any';
import { unwrap } from '../util/unwrap';
import './common';
type ServerUpdateResponse = {
result: true,