File tree Expand file tree Collapse file tree
src/Netcorext.Auth.API/InjectionConfigs Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,6 +43,8 @@ public AppConfig(WebApplication app)
4343 } ) ;
4444
4545 app . UseDefaultHealthChecks ( config . Route . RoutePrefix + config . Route . HealthRoute , config . Route . HealthRoute ) ;
46+
47+ app . MapControllers ( ) ;
4648 app . MapGrpcService < ClientServiceFacade > ( ) ;
4749 app . MapGrpcService < PermissionServiceFacade > ( ) ;
4850 app . MapGrpcService < RoleServiceFacade > ( ) ;
Original file line number Diff line number Diff line change 11using System . Text . Json ;
22using System . Text . Json . Serialization ;
3- using Asp . Versioning ;
43using Microsoft . AspNetCore . HttpLogging ;
54using Netcorext . Auth . API . Settings ;
65using Netcorext . Configuration . ConfigSections ;
76using Netcorext . Extensions . Linq ;
7+ using Microsoft . AspNetCore . Mvc ;
88
99namespace Netcorext . Auth . API . InjectionConfigs ;
1010
You can’t perform that action at this time.
0 commit comments