first commit
This commit is contained in:
14
app_vue/node_modules/http-proxy-middleware/dist/logger.d.ts
generated
vendored
Normal file
14
app_vue/node_modules/http-proxy-middleware/dist/logger.d.ts
generated
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
export declare function getInstance(): any;
|
||||
/**
|
||||
* -> normal proxy
|
||||
* => router
|
||||
* ~> pathRewrite
|
||||
* ≈> router + pathRewrite
|
||||
*
|
||||
* @param {String} originalPath
|
||||
* @param {String} newPath
|
||||
* @param {String} originalTarget
|
||||
* @param {String} newTarget
|
||||
* @return {String}
|
||||
*/
|
||||
export declare function getArrow(originalPath: any, newPath: any, originalTarget: any, newTarget: any): string;
|
Reference in New Issue
Block a user