invidious-mod-JP/src/invidious/routes/base_route.cr
saltycrys b45f371911 Make config a constant
Instead of passing around `config` there is now the global `CONFIG`.
2021-01-23 19:39:04 +01:00

3 lines
48 B
Crystal

abstract class Invidious::Routes::BaseRoute
end