God Mode - Complete Parasite Application

This commit is contained in:
cawcenter
2025-12-15 18:22:03 -05:00
parent f658f76941
commit 6e826de942
38 changed files with 2153 additions and 201 deletions

View File

@@ -70,7 +70,7 @@ export const GET: APIRoute = async ({ params, request, url }) => {
const offset = parseInt(url.searchParams.get('offset') || '0');
// Sorting
const sort = url.searchParams.get('sort') || 'created_at';
const sort = url.searchParams.get('sort') || 'date_created';
const order = url.searchParams.get('order') || 'DESC';
// Search