8 lines
171 B
Crystal
Raw Normal View History

abstract class Invidious::Routes::BaseRoute
private getter config : Config
2020-11-02 18:06:06 -06:00
private getter logger : Invidious::LogHandler
2020-11-02 18:06:06 -06:00
def initialize(@config, @logger)
end
end