mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-12 15:11:49 +00:00
4 lines
82 B
TypeScript
4 lines
82 B
TypeScript
import { handlers } from "@/auth.config";
|
|
|
|
export const { GET, POST } = handlers;
|