added a notes file for important running stuff
Create working for tenant and added in efcore and data layer
This commit is contained in:
@@ -4,7 +4,7 @@ using Scalar.AspNetCore;
|
||||
var builder = WebApplication.CreateBuilder(args);
|
||||
|
||||
// Add services to the container.
|
||||
builder.Services.AddEmergenceServices();
|
||||
builder.Services.AddEmergenceServices(builder.Configuration);
|
||||
|
||||
builder.Services.AddControllers();
|
||||
// Learn more about configuring OpenAPI at https://aka.ms/aspnet/openapi
|
||||
|
||||
Reference in New Issue
Block a user