ptpb / pb

pb is a formerly-lightweight pastebin and url shortener
Other
549 stars 52 forks source link

POST /<label> (post) and POST /<handler> (preview) conflict #155

Closed buhman closed 8 years ago

buhman commented 8 years ago

because label can now be single-character, this conflicts with the preview route. Because nothing uses preview other than pbc, and because it's completely undocumented, I'm tempted to break the preview API to fix this

buhman commented 8 years ago

Fixed in 72b7245d48ab9310521b2b50a72d0cca6e7bf7f3 after rubber-ducking with @HalosGhost