Add files via upload

This commit is contained in:
Tomáš Dvořák
2025-05-21 07:49:21 +02:00
committed by GitHub
parent 7d6829de36
commit 933e2c5a45
3 changed files with 665 additions and 538 deletions
+4
View File
@@ -46,6 +46,10 @@ func main() {
http.ServeFile(w, r, "index.html")
}))
http.HandleFunc("/evidence-aut", enableCORS(func(w http.ResponseWriter, r *http.Request) {
http.ServeFile(w, r, "evidence-aut.html")
}))
port := os.Getenv("PORT")
if port == "" {
port = "8080"