mirror of
https://github.com/iv-org/invidious.git
synced 2025-07-08 21:25:46 -05:00
9 lines
142 B
Crystal
9 lines
142 B
Crystal
abstract class Invidious::Routes::BaseRoute
|
|
private getter config : Config
|
|
|
|
def initialize(@config)
|
|
end
|
|
|
|
abstract def handle(env)
|
|
end
|