mirror of
https://github.com/foss42/apidash.git
synced 2025-12-01 10:17:47 +08:00
http options method on history provider
This commit is contained in:
@@ -58,6 +58,7 @@ const _$HTTPVerbEnumMap = {
|
||||
HTTPVerb.put: 'put',
|
||||
HTTPVerb.patch: 'patch',
|
||||
HTTPVerb.delete: 'delete',
|
||||
HTTPVerb.options: 'options',
|
||||
};
|
||||
|
||||
const _$ContentTypeEnumMap = {
|
||||
|
||||
Reference in New Issue
Block a user