Update repository path

This commit is contained in:
Ivan 2025-06-11 23:54:29 +05:00
parent f2788efb82
commit 7eb51ea472
Signed by: landlord
GPG key ID: 416A03BC4ADA4CD7
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ package main
import ( import (
"net/http" "net/http"
"code.app-house.ru/app-house/csrf" "code.app-house.ru/go/csrf"
) )
func main() { 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 go 1.23.0