feat: Add visual summary cards for Agro/Grains and implement 24h time format
This commit is contained in:
		| @@ -16,7 +16,7 @@ builder.Services.AddCors(options => | ||||
|     options.AddPolicy(name: MyAllowSpecificOrigins, | ||||
|                       policy => | ||||
|                       { | ||||
|                           policy.WithOrigins("http://localhost:5173")  | ||||
|                           policy.WithOrigins("http://localhost:5173", "http://192.168.10.78:5173") | ||||
|                                 .AllowAnyHeader() | ||||
|                                 .AllowAnyMethod(); | ||||
|                       }); | ||||
| @@ -47,7 +47,6 @@ builder.Services | ||||
|  | ||||
| // Add services to the container. | ||||
| builder.Services.AddControllers(); | ||||
| // Learn more about configuring Swagger/OpenAPI at https://aka.ms/aspnetcore/swashbuckle | ||||
| builder.Services.AddEndpointsApiExplorer(); | ||||
| builder.Services.AddSwaggerGen(); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user