diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-11-16 20:27:04 -0500 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-11-16 20:27:04 -0500 |
commit | 340a4595ddc9e08f4c51f40496affb8fd3bb013d (patch) | |
tree | 2d1b899e001066a81a9b142884ae6d11895698f7 /routers/api/v1/repo_file.go | |
parent | 4c770b87c5aebc33b9fdd118b332732f995d63b2 (diff) | |
download | gitea-340a4595ddc9e08f4c51f40496affb8fd3bb013d.tar.gz gitea-340a4595ddc9e08f4c51f40496affb8fd3bb013d.zip |
support duoshuo mirror of gravatar
Diffstat (limited to 'routers/api/v1/repo_file.go')
-rw-r--r-- | routers/api/v1/repo_file.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/routers/api/v1/repo_file.go b/routers/api/v1/repo_file.go new file mode 100644 index 0000000000..ca06a2e9b8 --- /dev/null +++ b/routers/api/v1/repo_file.go @@ -0,0 +1,5 @@ +// Copyright 2014 The Gogs Authors. All rights reserved. +// Use of this source code is governed by a MIT-style +// license that can be found in the LICENSE file. + +package v1 |