BoostryJP / ibet-Wallet-API

A powerful API suite for seamlessly building ibet blockchain wallet systems 🛠
https://ibet.jp/ibet-for-fin
Apache License 2.0
9 stars 0 forks source link

[FEATURE] Remove unnecessary middleware implementation for suppressing no response error #1396

Closed purplesmoke05 closed 1 year ago

purplesmoke05 commented 1 year ago

Is your feature request related to a problem? Please describe.

There is a middleware which was implemented to suppress the error logs that are output immediately after the application server starts.

https://github.com/BoostryJP/ibet-Wallet-API/blob/1d2b2545ec426c9bcb2b35fb9662022c704a5740/app/middleware/base.py#L27-L52

This middleware seems to be no longer needed according to the end of this discussion.

Describe the solution you'd like

Remove unnecessary middleware implementation for suppressing no response error.