ivan1993spb / snake-server

Snake-Server is a pure Go implementation of the famous arcade game 🐍
https://snakeonline.xyz
MIT License
33 stars 3 forks source link

Expand the using middlewares for all handlers #62

Closed ivan1993spb closed 4 years ago

ivan1993spb commented 4 years ago

Now a set of useful middlewares are used only by API handlers. It is necessary to expand using them for all handlers.