1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2025-12-03 23:28:05 +00:00

Move Mycomarkup to Les Arbres

I don't really understand how it worked
This commit is contained in:
Timur Ismagilov
2022-08-22 01:28:35 +05:00
parent 16c43371d9
commit 2381b6abfe
12 changed files with 23 additions and 24 deletions

View File

@@ -8,8 +8,8 @@ import (
"net/http"
"strings"
"github.com/bouncepaw/mycomarkup/v5/util"
"github.com/bouncepaw/mycorrhiza/cfg"
"lesarbr.es/mycomarkup/v5/util"
)
// PrepareRq strips the trailing / in rq.URL.Path. In the future it might do more stuff for making all request structs uniform.