When for a given hook there is no relate `x-action` to do, the result is `304 (NOT_MODIFIED)` cf [source code](https://github.com/creharmony/node-hook-action/blob/921ce4ccd847ede36e6d2f1dcf33cc2aa78c882c/src/routes/hook.js#L63) This status is probably confusing. Maybe 404 is better : no x-action is found you may have to review your request!
When for a given hook there is no relate
x-actionto do, the result is304 (NOT_MODIFIED)cf source code
This status is probably confusing.
Maybe 404 is better : no x-action is found you may have to review your request!