mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Add search commits
This commit is contained in:
@@ -425,3 +425,7 @@ func Action(ctx *middleware.Context, params martini.Params) {
|
||||
"ok": true,
|
||||
})
|
||||
}
|
||||
|
||||
func Import(ctx *middleware.Context, params martini.Params) {
|
||||
ctx.ResponseWriter.Write([]byte("not done yet"))
|
||||
}
|
||||
|
Reference in New Issue
Block a user