This commit is contained in:
AlexandreRouma
2025-11-05 02:02:36 -05:00
parent 6605a2d933
commit f352b50f18
10 changed files with 784 additions and 125 deletions

View File

@@ -18,5 +18,6 @@ func main() {
// Run the server
err := http.ListenAndServe(":3000", nil)
// err := http.ListenAndServeTLS(":3443", ".old/fullchain.pem", ".old/privkey.pem", nil);
if (err != nil) { log.Fatal(err) }
}