Fix jellyfin auth endpoint

This commit is contained in:
jeffvli 2023-05-09 05:06:32 -07:00
parent bb27758310
commit 9b5bce34a0
3 changed files with 7 additions and 3 deletions

View file

@ -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,