|
|
@@ -14,6 +14,7 @@ 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"
|
|
|
@@ -306,6 +307,10 @@ func runWeb(c *cli.Context) error {
|
|
|
|
|
|
// ***** END: Pages *****
|
|
|
|
|
|
+ // ***** START: Misc *****
|
|
|
+ m.Get("/certificate", ignSignIn, misc.Certificate)
|
|
|
+ // ***** END: Misc *****
|
|
|
+
|
|
|
// ***** START: Embed *****
|
|
|
m.Get("/embed/user/:username", ignSignIn, user.Embed)
|
|
|
// ***** END: Embed *****
|