mirror of
https://github.com/iv-org/invidious.git
synced 2025-04-20 15:45:46 -04:00
Added Register Route
This commit is contained in:
parent
5f09fe66ee
commit
320a3bbf34
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user