feat: add id to team.json, remove debug info from 404
All checks were successful
Lint PHP Code / lint (push) Successful in 1m1s

This commit is contained in:
TheClashFruit 2024-06-17 20:13:36 +02:00
parent 0717d94521
commit 36853a4723
Signed by: TheClashFruit
GPG key ID: 09BB24C34C2F3204
2 changed files with 2 additions and 4 deletions

View file

@ -1,5 +1,6 @@
[
{
"id": 786634586452787201,
"role": 0,
"name": "Blurryface (aka Clyde)",
"picture": "https://crss.fra1.cdn.digitaloceanspaces.com/avatars/786634586452787201.png",
@ -15,6 +16,7 @@
]
},
{
"id": 394888268446957569,
"role": 1,
"name": "TheClashFruit",
"picture": "https://crss.fra1.cdn.digitaloceanspaces.com/avatars/394888268446957569.png",

View file

@ -10,10 +10,6 @@
<p>
We couldn't find this page :(
</p>
<h2 id="debug-info">Debug Info</h2>
<pre><code class="language-json">{{ { 'page': page, 'git': git, 'server': server, 'user': user } | json_encode(constant('JSON_PRETTY_PRINT')) | format }}</code></pre>
</div>
</main>