Files
sign/apps/web/src/pages/api/feature-flag/all.ts

8 lines
168 B
TypeScript
Raw Normal View History

2023-09-20 13:48:30 +10:00
import handlerFeatureFlagAll from '@documenso/lib/server-only/feature-flags/all';
2023-08-18 20:05:14 +10:00
export const config = {
runtime: 'edge',
};
2023-09-20 13:48:30 +10:00
export default handlerFeatureFlagAll;