mirror of
https://github.com/KeyZox71/webserv.git
synced 2025-07-16 06:06:33 +02:00
「🔨」 fix: fixed delete
This commit is contained in:
@ -4,5 +4,5 @@ port = 2727
|
||||
|
||||
[server.location./]
|
||||
root = "./exemples/webpage"
|
||||
methods = { "GET", "POST" }
|
||||
methods = { "GET", "POST", "DELETE" }
|
||||
cgi = { ".py"}
|
||||
|
Reference in New Issue
Block a user