update:请求加密&防篡改
This commit is contained in:
@@ -71,8 +71,10 @@ namespace QRCodeService
|
||||
//Repository
|
||||
services.AddScoped<IAppRepository, AppRepository>();
|
||||
services.AddScoped<ILinkRepository, LinkRepository>();
|
||||
//Queries
|
||||
services.AddScoped<ILinkQueries, LinkQueries>();
|
||||
|
||||
services.AddScoped<IAppQueries, AppQueries>();
|
||||
|
||||
}
|
||||
|
||||
// This method gets called by the runtime. Use this method to configure the HTTP request pipeline.
|
||||
|
||||
Reference in New Issue
Block a user