mirror of
				https://github.com/i701/sarlink-portal.git
				synced 2025-11-04 06:26:59 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			151 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			151 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
import { auth } from "@/app/auth";
 | 
						|
import { toNextJsHandler } from "better-auth/next-js";
 | 
						|
 | 
						|
export const { GET, POST } = toNextJsHandler(auth.handler);
 |