reponsived the website and login fix done

This commit is contained in:
2026-07-21 16:26:45 +05:30
parent 407574d62a
commit f62668e54e
16 changed files with 11203 additions and 11193 deletions

View File

@@ -31,7 +31,7 @@ import { firstRow, num, str, type Row } from './fiestaApi';
*/
const LOGIN_ENDPOINT = import.meta.env.VITE_FIESTA_URL
? `${import.meta.env.VITE_FIESTA_URL}/users/applogin`
: 'http://localhost:1122/live/api/v1/web/users/applogin';
: 'https://fiesta.nearle.app/live/api/v1/web/users/applogin';
/** Request body field names the endpoint expects for the credentials. */
const REQUEST_FIELDS = {