nopCommerce
nopCommerce copied to clipboard
Make couple of Configure methods synchronous
We have at least three controllers: FacebookAuthenticationController, NopMobileAppController, WebApiFrontendController in which the Configure method is declared as asynchronous, but does not contain any logic or asynchronous calls. It is necessary to design these methods as synchronous.