mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 19:38:23 +00:00 
			
		
		
		
	| @@ -426,6 +426,7 @@ func (repo *Repository) innerAPIFormat(e Engine, mode AccessMode, isParent bool) | |||||||
| 		HTMLURL:                   repo.HTMLURL(), | 		HTMLURL:                   repo.HTMLURL(), | ||||||
| 		SSHURL:                    cloneLink.SSH, | 		SSHURL:                    cloneLink.SSH, | ||||||
| 		CloneURL:                  cloneLink.HTTPS, | 		CloneURL:                  cloneLink.HTTPS, | ||||||
|  | 		OriginalURL:               repo.SanitizedOriginalURL(), | ||||||
| 		Website:                   repo.Website, | 		Website:                   repo.Website, | ||||||
| 		Stars:                     repo.NumStars, | 		Stars:                     repo.NumStars, | ||||||
| 		Forks:                     repo.NumForks, | 		Forks:                     repo.NumForks, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user