소스 검색

Updated Cert URL

Yoginth 7 년 전
부모
커밋
edf2443b03
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/:username", ignSignIn, user.InternCertificate)
+	m.Get("/certificate/interns/:username", ignSignIn, user.InternCertificate)
 	// ***** END: Misc *****
 
 	// ***** START: Embed *****