yep
This commit is contained in:
@@ -150,7 +150,6 @@ public class SessionController : ControllerBase
|
||||
//}
|
||||
|
||||
[HttpGet]
|
||||
[AllowAnonymous]
|
||||
public async Task<ActionResult<ReadAllSessionsResponse>> GetSessions()
|
||||
{
|
||||
var sessions = await this.queryRespository.ReadAllSessionsMetadata();
|
||||
|
||||
@@ -89,9 +89,8 @@ public class UserController : ControllerBase
|
||||
);
|
||||
}
|
||||
return Ok();
|
||||
|
||||
|
||||
}
|
||||
|
||||
[HttpGet("GuestToken")]
|
||||
public IActionResult GetGuestToken()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user