Some changes were made for a MVP

This commit is contained in:
2025-08-16 20:05:18 +02:00
parent 140a129114
commit 9bda8a066b
4 changed files with 12 additions and 8 deletions

View File

@@ -2,13 +2,14 @@ package main
import (
"encoding/json"
"fmt"
"net/http"
"os"
"strings"
)
func main() {
fmt.Print("Now running server!")
// Serves index
http.HandleFunc("/", index_handler)