mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 22:07:16 +08:00
@@ -411,10 +411,7 @@ const useStaleOptions = [
|
||||
const cacheMethodOptions = [
|
||||
{ label: 'GET', value: 'GET' },
|
||||
{ label: 'HEAD', value: 'HEAD' },
|
||||
{ label: 'POST', value: 'POST' },
|
||||
{ label: 'PUT', value: 'PUT' },
|
||||
{ label: 'PATCH', value: 'PATCH' },
|
||||
{ label: 'DELETE', value: 'DELETE' }
|
||||
{ label: 'POST', value: 'POST' }
|
||||
]
|
||||
|
||||
// HTTP 协议版本选项
|
||||
|
||||
Reference in New Issue
Block a user