Explorar el Código

Updated Cert URL

Yoginth hace 7 años
padre
commit
edf2443b03
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 *****