Browse Source

Re-enable MapReverseProxy()

pull/48/head
enisn 5 years ago
parent
commit
4942650e30
  1. 2
      apps/public-web/src/EShopOnAbp.PublicWeb/EShopOnAbpPublicWebModule.cs

2
apps/public-web/src/EShopOnAbp.PublicWeb/EShopOnAbpPublicWebModule.cs

@ -191,7 +191,7 @@ namespace EShopOnAbp.PublicWeb
app.UseAuthorization();
app.UseConfiguredEndpoints(endpoints =>
{
//endpoints.MapReverseProxy();
endpoints.MapReverseProxy();
// endpoints.MapMetrics();
});
}

Loading…
Cancel
Save