tristanisham / logysia

Logysia is a logging library for the Elysia Web Framework for Bun (JS/TS).
MIT License
36 stars 9 forks source link

fix: PUT requests was mistakenly labeled as POST #2

Closed mushonnip closed 1 year ago

mushonnip commented 1 year ago

Previously, the logger for PUT requests was mistakenly labeled as POST

tristanisham commented 1 year ago

Thanks for catching that! Silly mistake on my end.