scribe/src/actions/api_action.cr

6 lines
163 B
Crystal
Raw Normal View History

2021-05-01 23:02:08 +02:00
abstract class ApiAction < Lucky::Action
# Remove this line if you want to send cookies in the response header.
disable_cookies
accepted_formats [:json]
end