Fix url generating in index.html (status api)

This commit is contained in:
Iam54r1n4
2025-02-04 16:31:29 +00:00
parent 4e639993ce
commit 78859facce

View File

@ -70,7 +70,7 @@
<script>
function updateServerInfo() {
fetch('/api/v1/server/status')
fetch('{{ url_for('server_status_api') }}')
.then(response => response.json())
.then(data => {
// Update extended info from CLI