nopCommerce icon indicating copy to clipboard operation
nopCommerce copied to clipboard

Make couple of Configure methods synchronous

Open skoshelev opened this issue 6 months ago • 0 comments

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.

skoshelev avatar Aug 01 '24 09:08 skoshelev