Added Register Route

This commit is contained in:
Ryan G 2023-06-12 18:40:10 -07:00
parent 5f09fe66ee
commit 320a3bbf34

View File

@ -245,6 +245,7 @@ module Invidious::Routing
get "/api/v1/hashtag/:hashtag", {{namespace}}::Search, :hashtag
# Authentication
post "/api/v1/register", {{namespace}}::Authentication, :register
post "/api/v1/login", {{namespace}}::Authentication, :login
post "/api/v1/signout", {{namespace}}::Authentication, :signout