|
@@ -29,7 +29,7 @@ namespace GxPress.Api
|
|
// For more information on how to configure your application, visit https://go.microsoft.com/fwlink/?LinkID=398940
|
|
// For more information on how to configure your application, visit https://go.microsoft.com/fwlink/?LinkID=398940
|
|
public void ConfigureServices(IServiceCollection services)
|
|
public void ConfigureServices(IServiceCollection services)
|
|
{
|
|
{
|
|
- services.AddSingleton<IHttpContextAccessor,HttpContextAccessor>();
|
|
|
|
|
|
+ services.AddSingleton<IHttpContextAccessor, HttpContextAccessor>();
|
|
services.AddSingleton<ISchedulerFactory, StdSchedulerFactory>();
|
|
services.AddSingleton<ISchedulerFactory, StdSchedulerFactory>();
|
|
services.AddControllers().AddNewtonsoftJson(options =>
|
|
services.AddControllers().AddNewtonsoftJson(options =>
|
|
{
|
|
{
|
|
@@ -117,7 +117,7 @@ namespace GxPress.Api
|
|
app.UseRouting();
|
|
app.UseRouting();
|
|
app.UseJwtAuthorization();
|
|
app.UseJwtAuthorization();
|
|
app.UseStaticFiles();
|
|
app.UseStaticFiles();
|
|
- app.UseCors("AllowAny");
|
|
|
|
|
|
+ app.UseCors("cors");
|
|
app.UseSwashbuckle();
|
|
app.UseSwashbuckle();
|
|
|
|
|
|
app.UseEndpoints(endpoints =>
|
|
app.UseEndpoints(endpoints =>
|