🔨」 fix: fixed delete

This commit is contained in:
2025-07-08 11:44:15 +02:00
parent 4b434b9878
commit 886468e472
3 changed files with 11 additions and 3 deletions

View File

@ -4,5 +4,5 @@ port = 2727
[server.location./]
root = "./exemples/webpage"
methods = { "GET", "POST" }
methods = { "GET", "POST", "DELETE" }
cgi = { ".py"}