import {jwennToutAwtis} from '../../../lib/oki-api' export async function GET() { const data = await jwennToutAwtis() return Response.json(data) }