mirror of
https://github.com/p-stream/backend.git
synced 2026-04-21 12:02:18 +00:00
Updated docs because people dont use google
This commit is contained in:
parent
9e3959b2fc
commit
1d91fbd66a
2 changed files with 7 additions and 0 deletions
|
|
@ -17,6 +17,8 @@ CRYPTO_SECRET=''
|
||||||
# From https://www.themoviedb.org/settings/api
|
# From https://www.themoviedb.org/settings/api
|
||||||
TMDB_API_KEY=''
|
TMDB_API_KEY=''
|
||||||
# From https://trakt.tv/oauth/applications
|
# From https://trakt.tv/oauth/applications
|
||||||
|
# Click New Application after you've logged in, enter the name of the app, which doesnt matter, and for redirect url, just do https://google.com, it doesnt matter
|
||||||
|
# Now it will show you those keys
|
||||||
TRAKT_CLIENT_ID=''
|
TRAKT_CLIENT_ID=''
|
||||||
TRAKT_SECRET_ID=''
|
TRAKT_SECRET_ID=''
|
||||||
|
|
||||||
|
|
|
||||||
5
server/routes/users/[id]/recommendation.get.ts
Normal file
5
server/routes/users/[id]/recommendation.get.ts
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
export default defineEventHandler(() => {
|
||||||
|
|
||||||
|
|
||||||
|
return
|
||||||
|
})
|
||||||
Loading…
Reference in a new issue