mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-26 12:33:25 +00:00
9 lines
149 B
TypeScript
9 lines
149 B
TypeScript
export const publicPaths = [
|
|
'/login',
|
|
'/register',
|
|
'/webhooks/success',
|
|
'/webhooks/github',
|
|
'/webhooks/github/install',
|
|
'/webhooks/gitlab'
|
|
];
|