fix: view templ error
Docker Build and Push / build-and-push (push) Has been cancelled

This commit is contained in:
2026-01-15 00:40:39 +07:00
parent 8037a91794
commit 9b55fb9847
12 changed files with 32 additions and 32 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
package adminIndex
import "github.com/fossyy/filekeeper/view/admin/layout"
@@ -443,6 +444,6 @@ templ Main() {
</div>
</main>
</div>
<script src="/public/websocket.js" />
<script src="/public/websocket.js"></script>
}
}