mirror of
https://github.com/iv-org/invidious.git
synced 2025-06-04 21:19:12 -04:00
Added Register Route
This commit is contained in:
parent
5f09fe66ee
commit
320a3bbf34
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue