Yoginth 7 anni fa
parent
commit
9fbd6b784a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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/interns/:username", ignSignIn, user.InternCertificate)
+	m.Get("/certificate/:username", ignSignIn, user.InternCertificate)
 	// ***** END: Misc *****
 
 	// ***** START: Embed *****