Rename fnx_web to nova_web
This commit is contained in:
2
go.mod
2
go.mod
@@ -1,4 +1,4 @@
|
|||||||
module fornaxian.tech/fnx_web
|
module fornaxian.tech/nova_web
|
||||||
|
|
||||||
go 1.26
|
go 1.26
|
||||||
|
|
||||||
|
|||||||
2
web.go
2
web.go
@@ -4,8 +4,8 @@ import (
|
|||||||
"os"
|
"os"
|
||||||
|
|
||||||
"fornaxian.tech/config"
|
"fornaxian.tech/config"
|
||||||
"fornaxian.tech/fnx_web/webcontroller"
|
|
||||||
"fornaxian.tech/log"
|
"fornaxian.tech/log"
|
||||||
|
"fornaxian.tech/nova_web/webcontroller"
|
||||||
"github.com/julienschmidt/httprouter"
|
"github.com/julienschmidt/httprouter"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user