RSS Git Download  Clone
Raw Blame History 157B 8 lines
module.exports = [
    {
        context: ['/api'],
        target: `http://localhost:${process.env.P3XR_API_PORT || 7843}`,
        secure: false,
    }
];