From 773149169b056e0537a767d60042e7c14aa46565 Mon Sep 17 00:00:00 2001 From: Wim Brand Date: Thu, 30 Jul 2026 15:48:10 +0200 Subject: [PATCH] Rename fnx_web to nova_web --- go.mod | 2 +- web.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 81293e2..18f93c4 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module fornaxian.tech/fnx_web +module fornaxian.tech/nova_web go 1.26 diff --git a/web.go b/web.go index a810f57..7942533 100644 --- a/web.go +++ b/web.go @@ -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" )