[ci skip] more codex 5.3 improvements
This commit is contained in:
@@ -27,6 +27,10 @@ import (
|
||||
// @Failure 500 {string} string "Server error"
|
||||
// @Router /api/event/vm/create [post]
|
||||
func (h *Handler) VmCreateEvent(w http.ResponseWriter, r *http.Request) {
|
||||
if h.denyLegacyAPI(w, "/api/event/vm/create") {
|
||||
return
|
||||
}
|
||||
|
||||
var (
|
||||
unixTimestamp int64
|
||||
//numVcpus int32
|
||||
|
||||
Reference in New Issue
Block a user