Vehicle drop down and Gas Station fixes
This commit is contained in:
@@ -27,6 +27,7 @@ import { pool } from './core/config/database';
|
||||
async function buildApp(): Promise<FastifyInstance> {
|
||||
const app = Fastify({
|
||||
logger: false, // Use custom logging plugin instead
|
||||
maxParamLength: 1000, // Required for long Google Maps photo references
|
||||
});
|
||||
|
||||
// Core middleware plugins
|
||||
|
||||
Reference in New Issue
Block a user