mirror of
https://github.com/tiennm99/coolify.git
synced 2026-05-02 22:21:15 +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'
|
|
];
|