fix: Use apiBaseUrl for twitter generate request method
This commit is contained in:
@@ -21,7 +21,7 @@ const generateRequest = async (
|
||||
};
|
||||
|
||||
const requestData = {
|
||||
url: `${$.app.baseUrl}${requestPath}`,
|
||||
url: `${$.app.apiBaseUrl}${requestPath}`,
|
||||
method,
|
||||
data,
|
||||
};
|
||||
|
Reference in New Issue
Block a user