index
:
gogs.git
Gogs is a painless self-hosted Git service
log msg
author
committer
range
buildscript
main
mygogs
about
summary
refs
log
tree
commit
diff
path:
root
/
routes
/
api
/
v1
/
user
/
app.go
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'routes/api/v1/user/app.go')
-rw-r--r--
routes/api/v1/user/app.go
6
1 files changed, 3 insertions, 3 deletions
diff --git a/routes/api/v1/user/app.go b/routes/api/v1/user/app.go
index dcc3fca5..4e0b2fee 100644
--- a/
routes/api/v1/user/app.go
+++ b/
routes/api/v1/user/app.go
@@ -9,9 +9,9 @@ import (
api "github.com/gogs/go-gogs-client"
- "github.com/gogs/gogs/models"
- "github.com/gogs/gogs/models/errors"
- "github.com/gogs/gogs/pkg/context"
+ "gogs.io/gogs/models"
+ "gogs.io/gogs/models/errors"
+ "gogs.io/gogs/pkg/context"
)
func ListAccessTokens(c *context.APIContext) {