Fixed middleware

This commit is contained in:
Pablu23
2024-05-22 22:16:50 +02:00
parent 392114b240
commit f905d482a5
4 changed files with 32 additions and 20 deletions

View File

@@ -7,7 +7,7 @@ import (
"path/filepath"
)
const port = 8000
const port = 80
func getSecret() string {
dir, err := os.UserCacheDir()