mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-28 15:38:30 +00: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
|
get "/api/v1/hashtag/:hashtag", {{namespace}}::Search, :hashtag
|
||||||
|
|
||||||
# Authentication
|
# Authentication
|
||||||
|
post "/api/v1/register", {{namespace}}::Authentication, :register
|
||||||
post "/api/v1/login", {{namespace}}::Authentication, :login
|
post "/api/v1/login", {{namespace}}::Authentication, :login
|
||||||
post "/api/v1/signout", {{namespace}}::Authentication, :signout
|
post "/api/v1/signout", {{namespace}}::Authentication, :signout
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user