mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-19 00:11:16 +00:00
chore: fix some comments (#3740)
Signed-off-by: linghuying <1599935829@qq.com>
This commit is contained in:
parent
f6904d6662
commit
f47f482985
2 changed files with 2 additions and 2 deletions
|
@ -3407,7 +3407,7 @@ const docTemplate = `{
|
||||||
"tags": [
|
"tags": [
|
||||||
"User"
|
"User"
|
||||||
],
|
],
|
||||||
"summary": "Get the currently authenticaed users pipeline feed",
|
"summary": "Get the currently authenticated users pipeline feed",
|
||||||
"parameters": [
|
"parameters": [
|
||||||
{
|
{
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
|
|
@ -44,7 +44,7 @@ func GetSelf(c *gin.Context) {
|
||||||
|
|
||||||
// GetFeed
|
// GetFeed
|
||||||
//
|
//
|
||||||
// @Summary Get the currently authenticaed users pipeline feed
|
// @Summary Get the currently authenticated users pipeline feed
|
||||||
// @Description The feed lists the most recent pipeline for the currently authenticated user.
|
// @Description The feed lists the most recent pipeline for the currently authenticated user.
|
||||||
// @Router /user/feed [get]
|
// @Router /user/feed [get]
|
||||||
// @Produce json
|
// @Produce json
|
||||||
|
|
Loading…
Reference in a new issue