scribe/src/actions/api_action.cr

6 lines
163 B
Crystal

abstract class ApiAction < Lucky::Action
# Remove this line if you want to send cookies in the response header.
disable_cookies
accepted_formats [:json]
end