mirror of
https://github.com/bewcloud/bewcloud.git
synced 2026-03-11 08:54:49 +00:00
parent
6ef42d902c
commit
6d5ee7b53c
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
website:
|
||||
image: ghcr.io/bewcloud/bewcloud:v4.0.0
|
||||
image: ghcr.io/bewcloud/bewcloud:v4.0.1
|
||||
# NOTE: uncomment below (and comment above) only if you pulled the repo and want to build the image locally
|
||||
# build:
|
||||
# context: .
|
||||
|
|
|
|||
|
|
@ -332,7 +332,7 @@ const routes: Routes = {
|
|||
index: createPageRouteHandler('index.ts', '/'),
|
||||
login: createPageRouteHandler('login.tsx', '/login'),
|
||||
signup: createPageRouteHandler('signup.ts', '/signup'),
|
||||
logout: createPageRouteHandler('login.ts', '/logout'),
|
||||
logout: createPageRouteHandler('logout.ts', '/logout'),
|
||||
caldav: createPageRouteHandler('caldav.ts', '/caldav/:path*{/}?'),
|
||||
calendar: createPageRouteHandler('calendar.ts', '/calendar'),
|
||||
calendars: createPageRouteHandler('calendars.ts', '/calendars'),
|
||||
|
|
|
|||
Loading…
Reference in a new issue