added rate limiting middleware and configured it. added quotes data in json format. added method to seeder to seed database with quote data.
This commit is contained in:
@@ -24,7 +24,7 @@ namespace server.Options
|
||||
}
|
||||
}
|
||||
|
||||
private OpenApiInfo CreateVersionInfo(ApiVersionDescription description)
|
||||
private static OpenApiInfo CreateVersionInfo(ApiVersionDescription description)
|
||||
{
|
||||
var info = new OpenApiInfo
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user