aboutsummaryrefslogtreecommitdiff
path: root/routers/api/v1/repositories.go
diff options
context:
space:
mode:
authorUnknwon <joe2010xtmf@163.com>2014-08-26 18:11:15 +0800
committerUnknwon <joe2010xtmf@163.com>2014-08-26 18:11:15 +0800
commit74b31566cf5caaf6bf73584e621d56ca99c048d1 (patch)
tree078a8428e5241d13600482301444684720a77283 /routers/api/v1/repositories.go
parentf2c263c54facdcbc9375a47535c0389fd7d05875 (diff)
Finsih add/remove repo in organization
Diffstat (limited to 'routers/api/v1/repositories.go')
-rw-r--r--routers/api/v1/repositories.go13
1 files changed, 0 insertions, 13 deletions
diff --git a/routers/api/v1/repositories.go b/routers/api/v1/repositories.go
deleted file mode 100644
index 11c8b6b2..00000000
--- a/routers/api/v1/repositories.go
+++ /dev/null
@@ -1,13 +0,0 @@
-// 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
-
-import (
- "github.com/gogits/gogs/modules/middleware"
-)
-
-func SearchOrgRepositoreis(ctx *middleware.Context) {
-
-}