Moved regio43 to base HTML template
This commit is contained in:
@@ -1,13 +1,9 @@
|
||||
package regio43
|
||||
|
||||
import (
|
||||
"embed"
|
||||
"net/http"
|
||||
)
|
||||
|
||||
//go:embed templates/*
|
||||
var content embed.FS
|
||||
|
||||
func InitHttpHandlers() {
|
||||
http.HandleFunc("/regio43/", trains)
|
||||
}
|
||||
|
Reference in New Issue
Block a user