reponsived the website and login fix done
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user