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