mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-18 20:59:24 +00:00
11 lines
180 B
TypeScript
11 lines
180 B
TypeScript
export const publicPaths = [
|
|
'/login',
|
|
'/register',
|
|
'/reset',
|
|
'/reset/password',
|
|
'/webhooks/success',
|
|
'/webhooks/github',
|
|
'/webhooks/github/install',
|
|
'/webhooks/gitlab'
|
|
];
|