Compare commits

...

1 commit

Author SHA1 Message Date
7eb51ea472
Update repository path 2025-06-11 23:54:29 +05:00
2 changed files with 2 additions and 2 deletions

View file

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

2
go.mod
View file

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