kai-oswald / ASE

URL Shortener built with NodeJS
http://localhost:8001
MIT License
3 stars 0 forks source link

Changed Check-order, so longlink is checked before shortlink. #46

Closed TrAnn3l closed 7 years ago

TrAnn3l commented 7 years ago

When a Premium-user generates a new shorturl without giving the shortlink, the longlinkcheck will be run to ensure there are no duplicates in database.

Closes #44