mirror of
https://github.com/iv-org/invidious.git
synced 2026-01-07 19:25:36 -05:00
doc: better comments for each route
This commit is contained in:
parent
4506f04358
commit
7feab44cfc
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
module Invidious::Routes::Companion
|
||||
# /companion
|
||||
# GET /companion
|
||||
def self.get_companion(env)
|
||||
url = env.request.path
|
||||
if env.request.query
|
||||
|
|
@ -16,7 +16,7 @@ module Invidious::Routes::Companion
|
|||
end
|
||||
end
|
||||
|
||||
# /companion
|
||||
# POST /companion
|
||||
def self.post_companion(env)
|
||||
url = env.request.path
|
||||
if env.request.query
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue