mirror of
https://github.com/iv-org/invidious.git
synced 2025-04-20 15:45:46 -04:00
Update routing.cr
This commit is contained in:
parent
56852d1e72
commit
60f2121361
@ -245,8 +245,8 @@ module Invidious::Routing
|
||||
get "/api/v1/hashtag/:hashtag", {{namespace}}::Search, :hashtag
|
||||
|
||||
# Authentication
|
||||
post "/api/v1/auth/login", {{namespace}}::Authentication, :login
|
||||
post "/api/v1/auth/signout", {{namespace}}::Authentication, :signout
|
||||
post "/api/v1/login", {{namespace}}::Authentication, :login
|
||||
post "/api/v1/signout", {{namespace}}::Authentication, :signout
|
||||
|
||||
# Authenticated
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user