server: add routes to md

This commit is contained in:
2026-06-03 01:17:31 +00:00
parent 92ddff0917
commit 007e61bca1
5 changed files with 172 additions and 0 deletions
+3
View File
@@ -1,6 +1,7 @@
package main
import (
"flag"
"log/slog"
"os"
@@ -25,6 +26,8 @@ func checkEnvVars(keys []string) (bool, []string) {
func main() {
flag.Parse()
err := godotenv.Load()
if err != nil {
slog.Debug("No .env file loaded, will try OS environment variables")