bellangerq / the-shorter-the-better

Simple URL shortener ✂️
http://shrtbtr.com
0 stars 1 forks source link

Use `only` rather than `except` #5

Open andreykul opened 7 years ago

andreykul commented 7 years ago

You are creating extra work for yourself with the except on http_basic_authenticate_with. Instead use only.

bellangerq commented 7 years ago

Thanks! I'll fix that :)