mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-05-07 03:02:28 +00:00
Abstract Redis away from room & friends
This commit is contained in:
parent
fb1a2e564d
commit
9ee2778595
13 changed files with 297 additions and 110 deletions
|
@ -40,7 +40,7 @@ public class RoomVisualizerController : ControllerBase
|
|||
#if !DEBUG
|
||||
return this.NotFound();
|
||||
#else
|
||||
RoomHelper.Rooms.DeleteAll();
|
||||
RoomHelper.Rooms.RemoveAll();
|
||||
return this.Redirect("/debug/roomVisualizer");
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue