|
|
@@ -14,7 +14,6 @@ import (
|
|
|
"gitote/gitote/routes/admin"
|
|
|
apiv1 "gitote/gitote/routes/api/v1"
|
|
|
"gitote/gitote/routes/dev"
|
|
|
- "gitote/gitote/routes/misc"
|
|
|
"gitote/gitote/routes/org"
|
|
|
"gitote/gitote/routes/pages"
|
|
|
"gitote/gitote/routes/repo"
|
|
|
@@ -308,7 +307,7 @@ func runWeb(c *cli.Context) error {
|
|
|
// ***** END: Pages *****
|
|
|
|
|
|
// ***** START: Misc *****
|
|
|
- m.Get("/certificate", ignSignIn, misc.Certificate)
|
|
|
+ m.Get("/interns/certificate/:username", ignSignIn, user.InternCertificate)
|
|
|
// ***** END: Misc *****
|
|
|
|
|
|
// ***** START: Embed *****
|