This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
gitea
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
fix
#2085
for-closed-social
Unknwon
9 years ago
parent
149e540322
commit
e350d74c8a
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
modules/middleware/repo.go
+ 2
- 0
modules/middleware/repo.go
View File
@ -19,6 +19,8 @@ import (
func
ApiRepoAssignment
(
)
macaron
.
Handler
{
return
func
(
ctx
*
Context
)
{
ctx
.
Repo
=
&
RepoContext
{
}
userName
:=
ctx
.
Params
(
":username"
)
repoName
:=
ctx
.
Params
(
":reponame"
)
Write
Preview
Loading…
Cancel
Save