You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's cool that you are using ExpressStaticGZip, but I think it's not immediately obvious why. Also compared to your other routes, it appears messy.
Use the same separation of concerns you did with the other routes, to clean this up. Utilize ExpressStaticGZip in controller code that would be named/wrapped in a way that makes it obvious what you are accomplishing with that route. And remove the outdated comments.
The text was updated successfully, but these errors were encountered:
Starkfront/server/index.js
Line 24 in 3b525ad
It's cool that you are using ExpressStaticGZip, but I think it's not immediately obvious why. Also compared to your other routes, it appears messy.
Use the same separation of concerns you did with the other routes, to clean this up. Utilize ExpressStaticGZip in controller code that would be named/wrapped in a way that makes it obvious what you are accomplishing with that route. And remove the outdated comments.
The text was updated successfully, but these errors were encountered: