1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-08-05 09:55:20 +02:00

ssh push support

This commit is contained in:
Lunny Xiao 2014-02-25 15:28:04 +08:00
parent f7826d4ed7
commit bbf5345004
3 changed files with 8 additions and 6 deletions

View file

@ -23,7 +23,7 @@ func Create(req *http.Request, r render.Render) {
}
// TODO: access check
fmt.Println(req.FormValue("userId"), req.FormValue("name"))
//fmt.Println(req.FormValue("userId"), req.FormValue("name"))
id, err := strconv.ParseInt(req.FormValue("userId"), 10, 64)
if err == nil {