File size: 180 Bytes
8b105ad |
1 2 3 4 5 6 7 |
//Flag for using vapi
const useVapi = false;
//Routes
const useApiPrefix = true; // Set to true to use /api prefix, false for no prefix
module.exports = {useVapi, useApiPrefix}; |