Is there a way to set the mode to middleware response by default when the application is started?
I want to avoid manually switching every single time.
I understand it gets registered, but when I rebuild the app, I need to choose middleware all over again.
If there is a setting/flag somewhere in the config, that would be awesome.
Is there a way to set the mode to middleware response by default when the application is started? I want to avoid manually switching every single time. I understand it gets registered, but when I rebuild the app, I need to choose middleware all over again. If there is a setting/flag somewhere in the config, that would be awesome.