Compare commits

...

1 commit

Author SHA1 Message Date
35853b0b54 Users#info endpoint uses username instead of ID 2025-02-13 02:42:56 -08:00

View file

@ -6,7 +6,7 @@ module Api
class ForbiddenError < StandardError; end class ForbiddenError < StandardError; end
before_action :set, except: %w[create check_email check_username] before_action :set, except: %w[create check_email check_username]
before_action :set_by_id, only: %w[info update] before_action :set_by_id, only: %w[update]
MAX_CHARACTERS = 5 MAX_CHARACTERS = 5
MAX_SUMMONS = 8 MAX_SUMMONS = 8