Rename fnx_web to nova_web

This commit is contained in:
2026-07-30 15:48:10 +02:00
parent 7b24a9d8cf
commit 773149169b
2 changed files with 2 additions and 2 deletions

2
go.mod
View File

@@ -1,4 +1,4 @@
module fornaxian.tech/fnx_web
module fornaxian.tech/nova_web
go 1.26

2
web.go
View File

@@ -4,8 +4,8 @@ import (
"os"
"fornaxian.tech/config"
"fornaxian.tech/fnx_web/webcontroller"
"fornaxian.tech/log"
"fornaxian.tech/nova_web/webcontroller"
"github.com/julienschmidt/httprouter"
)