Remove duplicate dashboard and API links

This commit is contained in:
Exil Productions
2025-09-12 16:51:31 +02:00
committed by GitHub
parent ee20301c57
commit dab152fa35

View File

@@ -2,6 +2,9 @@
Lightweight, fast lobby service for [PurrNet](https://github.com/PurrNet/PurrNet) multiplayer games. Alternative to Steam or Unity lobby lobby services. Lightweight, fast lobby service for [PurrNet](https://github.com/PurrNet/PurrNet) multiplayer games. Alternative to Steam or Unity lobby lobby services.
Dashboard: [https://purrlobby.exil.dev](https://purrlobby.exil.dev)
API docs: [https://purrlobby.exil.dev/swagger](https://purrlobby.exil.dev/swagger)
## Implementation Overview ## Implementation Overview
* **Multi-game scoping**: Each game has isolated lobbies via Game ID * **Multi-game scoping**: Each game has isolated lobbies via Game ID
@@ -20,9 +23,6 @@ dotnet build
dotnet run dotnet run
``` ```
Dashboard: [https://purrlobby.exil.dev](https://purrlobby.exil.dev)
API docs: [https://purrlobby.exil.dev/swagger](https://purrlobby.exil.dev/swagger)
## Configuration ## Configuration
* `ASPNETCORE_ENVIRONMENT=Production` * `ASPNETCORE_ENVIRONMENT=Production`