lasthourcloud/src/lib/settings.ts
2022-02-24 09:32:34 +01:00

11 lines
180 B
TypeScript

export const publicPaths = [
'/login',
'/register',
'/reset',
'/reset/password',
'/webhooks/success',
'/webhooks/github',
'/webhooks/github/install',
'/webhooks/gitlab'
];