/** * Router Configuration * */ export const router = { // Default Prefix to add to all routes where a prefix is not specified prefix: null, // Order in which the routes are listed (Some webservers require specific ordering) sortOrder: 'asc', // Debug router setup debug: false }