mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-23 02:12:56 +08:00
fix(web-server): add path to response (#3184)
This commit is contained in:
parent
f5d94d824d
commit
acec6cfb18
@ -4,7 +4,8 @@ import { Observable } from 'rxjs';
|
|||||||
|
|
||||||
export interface Response {
|
export interface Response {
|
||||||
status: number;
|
status: number;
|
||||||
body: string;
|
body?: string;
|
||||||
|
path?: string;
|
||||||
headers: { [key: string]: string};
|
headers: { [key: string]: string};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user