build wizard

This commit is contained in:
zhengshuxin 2023-06-22 19:38:36 +08:00
parent 3e7a588d60
commit 979efeb3c5

View File

@ -207,6 +207,9 @@ void http_creator(const char* name, const char* type)
tmpl.create_common();
create_http_servlet(tmpl, type);
break;
if (!loop) {
break;
}
}
}