create-frourio-app icon indicating copy to clipboard operation
create-frourio-app copied to clipboard

fix: add query parser setting

Open IshinoJun opened this issue 3 years ago • 1 comments

Types of changes

  • [x] Bug fixes
    • resolves #359
  • [ ] Features
    • resolves #
  • [ ] Maintenance
  • [ ] Documentation

Changes

  • expressのquery parserをextended (デフォルト)からsingleに変更しました
  • frourio-express側で変更でも良いかなと思いましたが、以下の不具合?があるのでCFA側で対応しました https://github.com/expressjs/express/issues/3454

Additional context

  • 多分以下が原因でテストが落ちている
  • https://github.com/frouriojs/create-frourio-app/pull/363

Community note

Please upvote with reacting as :+1: to express your agreement.

IshinoJun avatar May 05 '22 17:05 IshinoJun

PRありがとうございます。

frourio-express側で変更でも良いかなと思いましたが、以下の不具合?があるのでCFA側で対応しました

まじか。

LumaKernel avatar May 09 '22 01:05 LumaKernel