to gitea.bel.blue

This commit is contained in:
bel
2026-02-20 15:03:21 -07:00
parent d32df3bec9
commit 2b7662e53e
21 changed files with 172 additions and 97 deletions

View File

@@ -2,10 +2,11 @@ package notes
import (
"html"
"gitea.inhome.blapointe.com/local/notes-server/filetree"
"net/http"
"path"
"strings"
"gitea.bel.blue/local/notes-server/filetree"
)
func (n *Notes) Create(w http.ResponseWriter, r *http.Request) {