chenghsienwen

Results 2 comments of chenghsienwen

I tried to add it at https://github.com/chenghsienwen/finatra-swagger/commit/6f062d2beb278d1c969bd403b10608b261739042 according to swagger spec https://swagger.io/docs/specification/describing-request-body/file-upload/ however, I tried to run examples but no formParam field found but swagger.json contains form-data ``` "request_body": {...

@jakehschwartz thanks for remind, I have tried to register formParam in FinatraSwagger.scala, but it not works, I think form related field should declare in body request with finatra annotation, and...