source: frontend/node_modules/http-proxy-middleware/dist/path-rewriter.d.ts

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 283 bytes
RevLine 
[9af201e]1/**
2 * Create rewrite function, to cache parsed rewrite rules.
3 *
4 * @param {Object} rewriteConfig
5 * @return {Function} Function to rewrite paths; This function should accept `path` (request.url) as parameter
6 */
7export declare function createPathRewriter(rewriteConfig: any): any;
Note: See TracBrowser for help on using the repository browser.