bikebrigade / dispatch

Bike Brigade's dispatching software! 🚴
https://bikebrigade.ca
Apache License 2.0
72 stars 8 forks source link

Fix bug in plug pipelines #388

Closed mveytsman closed 2 weeks ago

mveytsman commented 2 weeks ago

Fix a long-standing bug with how our plug pipelines were organized.

This prevented the MethodOverride plug from working, which allows us to make links that have a DELETE method for example.

Also update the logout button to use delete.

Describe your changes

Checklist before requesting a review