mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 10:03:33 +00:00
Fix jellyfin auth endpoint
This commit is contained in:
parent
bb27758310
commit
9b5bce34a0
3 changed files with 7 additions and 3 deletions
|
|
@ -22,7 +22,7 @@ export const contract = c.router({
|
|||
authenticate: {
|
||||
body: jfType._parameters.authenticate,
|
||||
method: 'POST',
|
||||
path: 'auth/login',
|
||||
path: 'users/authenticatebyname',
|
||||
responses: {
|
||||
200: jfType._response.authenticate,
|
||||
400: jfType._response.error,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue