fix: corrige caminho do script de teste backup-log

This commit is contained in:
2026-04-03 21:27:51 +00:00
parent e8972e7107
commit 084dc7a155
2 changed files with 146 additions and 107 deletions

View File

@@ -35,7 +35,7 @@
<!-- Chart.js - defer para não bloquear -->
<script src="https://cdn.jsdelivr.net/npm/chart.js" defer></script>
<!-- Testes de Backup e Log (carrega após managers) -->
<script src="//js/tests/test-backup-log.js" defer></script>
<script src="/js/tests/test-backup-log.js" defer></script>
</head>
<body>
<!-- Loading Screen -->