feat(dashboard): #191 add development of treasurechests
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 12m24s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 2m53s

This commit was merged in pull request #207.
This commit is contained in:
2025-06-30 00:39:14 +02:00
parent f37b50515b
commit 6e1d24eef7
8 changed files with 230 additions and 19 deletions

View File

@@ -10,6 +10,7 @@ import (
type csrfResponseWriter struct {
http.ResponseWriter
csrfToken string
}

View File

@@ -8,6 +8,7 @@ import (
type WrappedWriter struct {
http.ResponseWriter
StatusCode int
}