mirror of
https://github.com/bewcloud/bewcloud.git
synced 2026-03-11 08:54:49 +00:00
parent
f50423028b
commit
6f871b72ad
2 changed files with 3 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
website:
|
||||
image: ghcr.io/bewcloud/bewcloud:v4.1.1
|
||||
image: ghcr.io/bewcloud/bewcloud:v4.1.2
|
||||
# NOTE: uncomment below (and comment above) only if you pulled the repo and want to build the image locally
|
||||
# build:
|
||||
# context: .
|
||||
|
|
|
|||
|
|
@ -142,6 +142,8 @@ 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