mirror of
https://github.com/bewcloud/bewcloud.git
synced 2026-03-11 08:54:49 +00:00
Fix logout page reference
This commit is contained in:
parent
6ef42d902c
commit
cb18e3ac29
1 changed files with 1 additions and 1 deletions
|
|
@ -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