feat: add GetRandomQuoteAction
This commit is contained in:
parent
50900986fa
commit
75df191253
13 changed files with 185 additions and 218 deletions
|
|
@ -32,8 +32,6 @@ async def get_tts_permalink(access_token: str) -> Template:
|
|||
"""Handler for the /tts permalink endpoint to be used by apps that can only give the authentication as a query
|
||||
param and not as a cookie, i.e. OBS"""
|
||||
|
||||
# authenticate the user using the provided access token
|
||||
|
||||
return Template(
|
||||
template_name="tts.html",
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue