Commit ed17086c authored by Frank Bergmann's avatar Frank Bergmann

- REST:

  Added support for DELETE calls
parent d8732805
......@@ -13,7 +13,7 @@ ad_library {
ad_register_proc GET /intranet-rest/* im_rest_call_get
ad_register_proc POST /intranet-rest/* im_rest_call_post
ad_register_proc PUT /intranet-rest/* im_rest_call_put
# ad_register_proc DELETE /intranet-rest/* im_rest_call_delete
ad_register_proc DELETE /intranet-rest/* im_rest_call_delete
# Create a global cache for im_rest entries
......
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