really poor templ attempt
This commit is contained in:
3
main.go
3
main.go
@@ -5,6 +5,7 @@ import (
|
||||
"fmt"
|
||||
"log/slog"
|
||||
"os"
|
||||
"runtime"
|
||||
"time"
|
||||
"vctp/db"
|
||||
"vctp/internal/tasks"
|
||||
@@ -141,7 +142,7 @@ func main() {
|
||||
s,
|
||||
cancel,
|
||||
bindAddress,
|
||||
server.WithRouter(router.New(logger, database)),
|
||||
server.WithRouter(router.New(logger, database, buildTime, sha1ver, runtime.Version())),
|
||||
)
|
||||
|
||||
svr.DisableTls(bindDisableTls)
|
||||
|
Reference in New Issue
Block a user