|
|
@@ -309,7 +309,7 @@ func runWeb(c *cli.Context) error {
|
|
|
// ***** END: Pages *****
|
|
|
|
|
|
// ***** START: Misc *****
|
|
|
- m.Get("/certificate/:username", ignSignIn, user.InternCertificate)
|
|
|
+ m.Get("/certificate/interns/:username", ignSignIn, user.InternCertificate)
|
|
|
// ***** END: Misc *****
|
|
|
|
|
|
// ***** START: Embed *****
|