fix
Deploy db-migrations / db-migrations (push) Successful in 38s

This commit is contained in:
2024-12-03 17:59:10 +02:00
parent dbbd39cf74
commit a2eab7c1de
3 changed files with 3 additions and 11 deletions
@@ -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 () => {