@@ -49,7 +49,7 @@ const headers = {
|
||||
Authorization: "Basic " + btoa(`${urlObject.username}:${urlObject.password}`),
|
||||
};
|
||||
const getUrl = (dbUrlPath) => {
|
||||
return `${urlObject.protocol}//${urlObject.host}${urlObject.pathname}${dbUrlPath}${urlObject.search}${urlObject.hash}`;
|
||||
return `${urlObject.protocol}//${urlObject.host}${urlObject.pathname}/${dbUrlPath}${urlObject.search}${urlObject.hash}`;
|
||||
};
|
||||
|
||||
export const up = async () => {
|
||||
|
||||
Reference in New Issue
Block a user