Compare commits

..

No commits in common. "master" and "v0.0.1" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ package main
import (
"net/http"
"code.app-house.ru/go/csrf"
"code.app-house.ru/app-house/csrf"
)
func main() {

2
go.mod
View file

@ -1,3 +1,3 @@
module code.app-house.ru/go/csrf
module code.app-house.ru/app-house/csrf
go 1.23.0