mirror of
https://github.com/bewcloud/bewcloud.git
synced 2026-03-11 08:54:49 +00:00
Compare commits
No commits in common. "main" and "v4.1.1" have entirely different histories.
2 changed files with 1 additions and 3 deletions
|
|
@ -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: .
|
||||
|
|
|
|||
|
|
@ -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') {
|
||||
|
|
|
|||
Loading…
Reference in a new issue