Update routing.cr

This commit is contained in:
Ryan G 2023-06-12 22:33:38 -07:00
parent f8a6a371e7
commit 15c68b4901

View File

@ -246,6 +246,7 @@ module Invidious::Routing
# Authentication
post "/api/v1/register", {{namespace}}::Authentication, :register
post "/api/v1/captcha", {{namespace}}::Authentication, :captcha
post "/api/v1/login", {{namespace}}::Authentication, :login
post "/api/v1/signout", {{namespace}}::Authentication, :signout