refactor(backend): align api namespaces and project name
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
using FastEndpoints;
|
||||
using SpaceGame.Simulation.Api.Simulation;
|
||||
using SpaceGame.Api.Simulation;
|
||||
|
||||
namespace SpaceGame.Simulation.Api.Handlers;
|
||||
namespace SpaceGame.Api.Handlers;
|
||||
|
||||
public sealed class GetWorldHandler(WorldService worldService) : EndpointWithoutRequest
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user