mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
fix migrate API
This commit is contained in:
@@ -35,10 +35,10 @@ type MigrateRepoForm struct {
|
||||
CloneAddr string `binding:"Required"`
|
||||
AuthUsername string
|
||||
AuthPassword string
|
||||
Mirror bool
|
||||
Uid int64 `binding:"Required"`
|
||||
RepoName string `binding:"Required;AlphaDashDot;MaxSize(100)"`
|
||||
Private bool
|
||||
Mirror bool
|
||||
Description string `binding:"MaxSize(255)"`
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user