aboutsummaryrefslogtreecommitdiff
path: root/_www/interface.ts
diff options
context:
space:
mode:
Diffstat (limited to '_www/interface.ts')
-rw-r--r--_www/interface.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/_www/interface.ts b/_www/interface.ts
index 9c4d487..d525c80 100644
--- a/_www/interface.ts
+++ b/_www/interface.ts
@@ -59,9 +59,9 @@ export interface HTTPTargetInterface {
Name: string;
Hint?: string;
ID: string;
- Method: number;
+ Method: string;
Path: string;
- RequestType: number;
+ RequestType: string;
Headers: KeyFormInput;
Params: KeyFormInput;
RawBody: string;