Re-layout source code to correct namespaces (handlers, commands, etc.)
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
using FinancialApi;
|
||||
using FinancialApi.Application;
|
||||
using FinancialApi.Application.Commands;
|
||||
using FinancialApi.Application.Events;
|
||||
using FinancialApi.Application.Handlers;
|
||||
using FinancialApi.Application.Queries;
|
||||
using FinancialApi.Infrastructure;
|
||||
using FinancialApi.ServiceDefaults;
|
||||
using JasperFx.Resources;
|
||||
using Microsoft.AspNetCore.Builder;
|
||||
using Microsoft.AspNetCore.Http;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
using Microsoft.Extensions.Hosting;
|
||||
using Wolverine;
|
||||
using Wolverine.EntityFrameworkCore;
|
||||
using Wolverine.Sqlite;
|
||||
@@ -85,6 +84,7 @@ app.MapGet("/events", (IEventTracker tracker) =>
|
||||
{
|
||||
return Results.Ok(store.CapturedEvents);
|
||||
}
|
||||
|
||||
return Results.NotFound();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user