Goldfish-Social / Goldfish

Goldfish Social - Free open source alternative for Vine / TikTok (alpha). ActivityPub will come later!
https://goldfish.social
GNU Affero General Public License v3.0
260 stars 15 forks source link

Fixed route name collision on post deletes #29

Closed lukabuz closed 1 year ago

lukabuz commented 1 year ago

Due to both the admin post delete and the user post delete being /posts/{post}/delete, there was a collision. this issue reported this collision.

This fix also adds /admin to another admin route that doesnt have it. This is not fixing any bug, but just making things consistent. There should be no side effects from this change, as everything that references these two routes references them by their name.