Move errors.cr from helpers into main the src fldr

This commit is contained in:
syeopite 2021-11-14 05:49:57 -08:00
parent 00904ae3f2
commit 9d3b93c45f
No known key found for this signature in database
GPG key ID: 6FA616E5A5294A82
2 changed files with 1 additions and 0 deletions

View file

@ -33,6 +33,7 @@ require "./invidious/channels/*"
require "./invidious/user/*"
require "./invidious/routes/**"
require "./invidious/jobs/**"
require "./invidious/errors/*"
CONFIG = Config.load
HMAC_KEY = CONFIG.hmac_key || Random::Secure.hex(32)