瀏覽代碼

Updated Cert URL

Yoginth 7 年之前
父節點
當前提交
9fbd6b784a
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 *****