From dab152fa35076c6f53f44a96ac33ca88e1a8042c Mon Sep 17 00:00:00 2001 From: Exil Productions Date: Fri, 12 Sep 2025 16:51:31 +0200 Subject: [PATCH] Remove duplicate dashboard and API links --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 019022e..a8b7d9a 100644 --- a/README.md +++ b/README.md @@ -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. +Dashboard: [https://purrlobby.exil.dev](https://purrlobby.exil.dev) +API docs: [https://purrlobby.exil.dev/swagger](https://purrlobby.exil.dev/swagger) + ## Implementation Overview * **Multi-game scoping**: Each game has isolated lobbies via Game ID @@ -20,9 +23,6 @@ dotnet build dotnet run ``` -Dashboard: [https://purrlobby.exil.dev](https://purrlobby.exil.dev) -API docs: [https://purrlobby.exil.dev/swagger](https://purrlobby.exil.dev/swagger) - ## Configuration * `ASPNETCORE_ENVIRONMENT=Production`