Commit 3f8156a4 authored by Zohten's avatar Zohten

added endpoints

parent 0358f501
......@@ -22,4 +22,14 @@ POST http://localhost/index.php/blacklist
}
###
DELETE http://localhost/index.php/blacklist/192.1.1.4
\ No newline at end of file
DELETE http://localhost/index.php/blacklist/192.1.1.4
### Ajouter une ip valide à la blacklist
POST http://localhost/index.php/blacklist
{
"ip":"127.0.0.1"
}
###
DELETE http://localhost/index.php/blacklist/127.0.0.1
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment