mirror of
https://gitea.com/gitea/gitea-mirror.git
synced 2026-03-20 03:40:27 +00:00
Remove API registration-token (#36801)
Replace #36793 --------- Co-authored-by: ChristopherHX <christopher.homberger@web.de>
This commit is contained in:
@@ -23,8 +23,6 @@ type API interface {
|
||||
CreateVariable(*context.APIContext)
|
||||
// UpdateVariable update a variable
|
||||
UpdateVariable(*context.APIContext)
|
||||
// GetRegistrationToken get registration token
|
||||
GetRegistrationToken(*context.APIContext)
|
||||
// CreateRegistrationToken get registration token
|
||||
CreateRegistrationToken(*context.APIContext)
|
||||
// ListRunners list runners
|
||||
|
||||
Reference in New Issue
Block a user