Developers have to cope with pretty hard choices every day. This is a collection of the most complex and funny choices. What will be yours?
GNU General Public License v3.0
473
stars
93
forks
source link
fix: index glitch & wrong question slug auto redirect #23
Open
glazk0 opened 2 years ago
What this PR is about?
Fix the glitch bug on index redirect and add a "security" that check if the question slug is a correct one.
My bad for wrong commits, I'm still a beginner in open source contributions 😳
Fix for this issue
middleware
system to run code before request is completed.Tests
nx affected --target=test
Clean Code