Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
iBicha committed Feb 4, 2024
1 parent 0c85e57 commit aaad03c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ namespace Http
return true
end function

' TODO:P0 is this a thing?
@post("/dial/YouTube")
function PostDialYouTube(context as object) as boolean
request = context.request
Expand All @@ -65,6 +64,8 @@ namespace Http
LogInfo(request.body)
LogInfo(request.headers)

' TODO:P0 register pairing code using /api/lounge/pairing/register_pairing_code

response.Default(204, "No Content")
return true
end function
Expand Down

0 comments on commit aaad03c

Please sign in to comment.