diff --git a/src/templates/debug/matchmaking.html b/src/templates/debug/matchmaking.html
index cefb7eb..10530bf 100644
--- a/src/templates/debug/matchmaking.html
+++ b/src/templates/debug/matchmaking.html
@@ -19,6 +19,13 @@
}
+
+
+
+
+
+
+
Matchmaking Debug Information
@@ -39,7 +46,7 @@
{% for lobby in lobby_data %}
| {{ lobby.id }} |
- {{ lobby.host }} |
+ 1 |
{% for runner in lobby.nonHosts %}
diff --git a/src/templates/debug/upload.html b/src/templates/debug/upload.html
new file mode 100644
index 0000000..5fe3102
--- /dev/null
+++ b/src/templates/debug/upload.html
@@ -0,0 +1,27 @@
+
+
+
+
+
+ File Upload
+
+
+
+
+
+
+
+
+
+ Upload File
+
+
+
diff --git a/src/templates/debug/user.html b/src/templates/debug/user.html
index cfd4352..dae3cc1 100644
--- a/src/templates/debug/user.html
+++ b/src/templates/debug/user.html
@@ -5,6 +5,13 @@
Debug User Infos
+
+
+
+
+
+
+
diff --git a/src/templates/index.html b/src/templates/index.html
index 0f1acbe..3394d22 100644
--- a/src/templates/index.html
+++ b/src/templates/index.html
@@ -5,7 +5,14 @@
/>
- Deathgarden Bloodharvest testing API
+ Deathgarden Bloodharvest REBIRTH API
+
+
+
+
+
+
+
Welcome to the Deathgarden Bloodharvest Testing API.
diff --git a/src/templates/updater.html b/src/templates/updater.html
index 7a55eb8..b8b2485 100644
--- a/src/templates/updater.html
+++ b/src/templates/updater.html
@@ -6,6 +6,13 @@
Deathgarden Bloodharvest testing API Updater Endpoint
+
+
+
+
+
+
+
This Endpoint is used to update any files that we provide.
|