|
import * as configFunctions from "../../helpers/functions.config.js";
|
|
const urlPrefix = configFunctions.getProperty("reverseProxy.urlPrefix");
|
|
const __dirname = ".";
|
|
export const handler = async (request, response, next) => {
|
|
};
|
|
export default handler;
|