yeg-relief / youcanbenefit

YouCanBenefit is a web application that increases social benefit program discoverability for people of lesser means and their allies.
https://youcanbenefit.edmonton.ca
MIT License
13 stars 9 forks source link

Delete program http request always responds true #63

Closed CodyGramlich closed 5 years ago

CodyGramlich commented 5 years ago

DELETE http://localhost:3000/protected/program/fpnaSzYV38Y87YEhfxTBaU9Eyv for any string after protected/program/ always responds with

[
    {
        "deleted": true
    },
    {
        "took": 6,
        "timed_out": false,
        "total": 0,
        "deleted": 0,
        "batches": 0,
        "version_conflicts": 0,
        "noops": 0,
        "retries": {
            "bulk": 0,
            "search": 0
        },
        "throttled_millis": 0,
        "requests_per_second": -1,
        "throttled_until_millis": 0,
        "failures": []
    }
]