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