Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BaseURL is missing to Run the app #2

Open
likhitha7596 opened this issue Apr 27, 2023 · 0 comments
Open

BaseURL is missing to Run the app #2

likhitha7596 opened this issue Apr 27, 2023 · 0 comments

Comments

@likhitha7596
Copy link

class BaseAPI {

static var api = base + "/api/v1";
var customersPath = api + "/customers";
static var authPath = base + "/auth";
// Map<String, String> headers = {
// "Content-Type": "application/json; charset=UTF-8"
// };

static var headers = {
'Authorization':
'Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOi8vbG9jYWxob3N0OjgwMDAvYXBpL2F1dGgvbG9naW4iLCJpYXQiOjE2NTkxOTM2MzksImV4cCI6MTY1OTE5NzIzOSwibmJmIjoxNjU5MTkzNjM5LCJqdGkiOiJUQmVrV0RlRHVObjMzNjVvIiwic3ViIjoiMSIsInBydiI6IjIzYmQ1Yzg5NDlmNjAwYWRiMzllNzAxYzQwMDg3MmRiN2E1OTc2ZjcifQ.Ryxv8bIXBOnRS7BO45M1y-e5rJBFjb-o7QtEVw6eo'
};
} base is not mentioned anywhere in app and baseimage also not found.
var url = '${BaseAPI.baseImage}' + '/password/email';

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant