We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f2a1ad commit ad16d10Copy full SHA for ad16d10
app/(main)/api/skills/route.js
@@ -1,5 +1,5 @@
1
import { NextResponse } from 'next/server';
2
-import { getProfileSkills } from '../../../integrations/directus';
+import { getProfileSkills } from 'integrations/directus';
3
4
export async function GET() {
5
try {
0 commit comments