i-darrshan's picture
initial push of the update
8b105ad
raw
history blame contribute delete
180 Bytes
//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};