Browse Source

Updated Cert URL and added to Reserved words

Yoginth 7 years ago
parent
commit
70ab323be5
2 changed files with 2 additions and 2 deletions
  1. 1 1
      cmd/web.go
  2. 1 1
      models/user.go

+ 1 - 1
cmd/web.go

@@ -309,7 +309,7 @@ func runWeb(c *cli.Context) error {
 	// ***** END: Pages *****
 	// ***** END: Pages *****
 
 
 	// ***** START: Misc *****
 	// ***** START: Misc *****
-	m.Get("/interns/certificate/:username", ignSignIn, user.InternCertificate)
+	m.Get("/certificate/:username", ignSignIn, user.InternCertificate)
 	// ***** END: Misc *****
 	// ***** END: Misc *****
 
 
 	// ***** START: Embed *****
 	// ***** START: Embed *****

File diff suppressed because it is too large
+ 1 - 1
models/user.go