mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-21 08:43:01 +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 {
|
||||
status: number;
|
||||
body: string;
|
||||
body?: string;
|
||||
path?: string;
|
||||
headers: { [key: string]: string};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user