nelsontky / gh-pages-url-shortener

Minimal URL shortener that can be entirely hosted on GitHub pages.
https://ccb.wtf/1
GNU General Public License v3.0
1.34k stars 506 forks source link

Use catch block to redirect to homepage #24

Closed olekenneth closed 4 years ago

olekenneth commented 4 years ago

save the precious bytes and not repeating code

nelsontky commented 4 years ago

Closed by #28. The then method accounts for this already!