forked from kevadesu/forgejo
ssh push support
This commit is contained in:
parent
f7826d4ed7
commit
bbf5345004
3 changed files with 8 additions and 6 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue