Small refactor

This commit is contained in:
Iam54r1n4
2025-02-07 04:45:17 +00:00
parent 480dc54e81
commit f6691c89ed
3 changed files with 41 additions and 41 deletions

View File

@ -72,7 +72,7 @@
{% block javascripts %}
<script>
function updateServerInfo() {
fetch('{{ url_for('server_status_api') }}')
fetch('{{ url_for("server_status_api") }}')
.then(response => response.json())
.then(data => {
// Update extended info from CLI