Update auth

pull/185/head
Henrique Dias 2017-07-29 14:32:07 +01:00
parent fe530a5bf2
commit e09bd03eec
No known key found for this signature in database
GPG Key ID: 936F5EB68D786730
1 changed files with 0 additions and 1 deletions

View File

@ -84,7 +84,6 @@ func printToken(c *RequestContext, w http.ResponseWriter) (int, error) {
return http.StatusInternalServerError, err
}
// Writes the token.
w.Header().Set("Content-Type", "cty")
w.Write([]byte(string))