Added OPTIONS HTTP method (#2094)

This commit is contained in:
kiyell
2024-01-08 23:32:44 +01:00
committed by GitHub
parent 4596532090
commit 3c727ca54b

View File

@@ -43,6 +43,7 @@ valid_method = {
'PUT',
'PATCH',
'DELETE',
'OPTIONS',
}
default_method = 'GET'