Update authentication.cr

This commit is contained in:
Ryan G 2023-06-13 12:12:28 -07:00
parent d8abc2314e
commit ad45332ec5

View File

@ -1,3 +1,5 @@
require "json"
module Invidious::Routes::API::V1::Authentication
def self.register(env)
env.response.content_type = "application/json"