This commit is contained in:
MaxToby
2021-01-08 23:35:08 +08:00
parent 9d54da3c67
commit ce24620329
101 changed files with 10965 additions and 27 deletions

View File

@ -21,7 +21,7 @@ func Do(in Plugin) error {
}
output := in.Dir + "/swagger.json"
output := in.Dir + "/rest.swagger.json"
err = ioutil.WriteFile(output, formatted.Bytes(), 0666)