create-frourio-app
create-frourio-app copied to clipboard
fix: add query parser setting
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.
PRありがとうございます。
frourio-express側で変更でも良いかなと思いましたが、以下の不具合?があるのでCFA側で対応しました
まじか。