This commit is contained in:
Bel LaPointe
2025-05-24 14:00:21 -06:00
parent 1f1efc2133
commit f51a94eee1
21 changed files with 80 additions and 80 deletions

View File

@@ -2,7 +2,7 @@ package notes
import (
"html"
"gogs.inhome.blapointe.com/local/notes-server/filetree"
"gitea.inhome.blapointe.com/local/notes-server/filetree"
"net/http"
"path"
"strings"

View File

@@ -1,6 +1,6 @@
package notes
import "gogs.inhome.blapointe.com/local/notes-server/config"
import "gitea.inhome.blapointe.com/local/notes-server/config"
type Notes struct {
root string