Compare commits

..

No commits in common. "main" and "v4.1.1" have entirely different histories.
main ... v4.1.1

2 changed files with 1 additions and 3 deletions

View file

@ -1,6 +1,6 @@
services:
website:
image: ghcr.io/bewcloud/bewcloud:v4.1.2
image: ghcr.io/bewcloud/bewcloud:v4.1.1
# NOTE: uncomment below (and comment above) only if you pulled the repo and want to build the image locally
# build:
# context: .

View file

@ -142,8 +142,6 @@ async function handler({ request, user, match }: RequestHandlerParams): Promise<
console.error(error);
}
}
return new Response('Not Found', { status: 404 });
}
if (request.method === 'MKCOL') {