Ver código fonte

Updated Cert URL

Yoginth 7 anos atrás
pai
commit
edf2443b03
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      cmd/web.go

+ 1 - 1
cmd/web.go

@@ -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 *****