Add missing Comment to RegisterAvailable

Signed-off-by: MTRNord <mtrnord1@gmail.com>
This commit is contained in:
MTRNord 2017-10-07 01:12:25 +02:00
parent f7441b6561
commit d7ff90bf9c
No known key found for this signature in database
GPG key ID: E5B89311FAB91B9F

View file

@ -39,6 +39,7 @@ type availableResponse struct {
Available bool `json:"available"`
}
// RegisterAvailable checks if the username is already taken or invalid
func RegisterAvailable(
req *http.Request,
accountDB *accounts.Database,