Move this endpoint

This commit is contained in:
2026-01-20 15:51:09 -07:00
parent 566d704ba1
commit caeb2c4290
2 changed files with 8 additions and 8 deletions

View File

@@ -1,10 +1,10 @@
import { Context } from 'elysia'
import { getDatabaseConnection, jsonResponse } from '../../lib/util'
import { getDatabaseConnection, jsonResponse } from '../../../lib/util'
import {
berryDashMarketplaceIcons,
berryDashUserData,
users
} from '../../lib/tables'
} from '../../../lib/tables'
import { eq } from 'drizzle-orm'
export async function handler (context: Context, type: number) {