🐛 Fix realm chat controllers path typo
This commit is contained in:
parent
b2203fb464
commit
0bdd429d87
@ -6,7 +6,7 @@ using Microsoft.EntityFrameworkCore;
|
|||||||
namespace DysonNetwork.Sphere.Realm;
|
namespace DysonNetwork.Sphere.Realm;
|
||||||
|
|
||||||
[ApiController]
|
[ApiController]
|
||||||
[Route("/realm/{slug}")]
|
[Route("/realms/{slug}")]
|
||||||
public class RealmChatController(AppDatabase db, RealmService rs) : ControllerBase
|
public class RealmChatController(AppDatabase db, RealmService rs) : ControllerBase
|
||||||
{
|
{
|
||||||
[HttpGet("chat")]
|
[HttpGet("chat")]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user