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