mirror of
https://github.com/iv-org/invidious.git
synced 2025-06-01 12:54:35 -04:00
Update routing.cr
This commit is contained in:
parent
56852d1e72
commit
60f2121361
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue