Skip to content

Commit

Permalink
Make Hanami::Action::Mime::TYPES public api
Browse files Browse the repository at this point in the history
People will use these values in their app, so it's already
effectively in the public API, might as well include it in
the API docs.
  • Loading branch information
cllns committed Jul 26, 2024
1 parent 0a32816 commit 6a6e604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hanami/action/mime.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module Mime # rubocop:disable Metrics/ModuleLength
# Most commom MIME Types used for responses
#
# @since 1.0.0
# @api private
# @api public
TYPES = {
txt: "text/plain",
html: "text/html",
Expand Down

0 comments on commit 6a6e604

Please sign in to comment.