0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/frontend/services/url
Naz 6268d9c324 Refactored UrlGenerator simplifying conditional logic
no issue

- The logic inside the if/esle conditions was duplicated and made it confusing to reason about.
- This change is not effecting the underlying logic at all
2020-11-17 13:09:22 +13:00
..
configs
index.js
Queue.js
Resource.js Added jsdocs to UrlGenerator/Resource classes 2020-11-17 13:05:40 +13:00
Resources.js
UrlGenerator.js Refactored UrlGenerator simplifying conditional logic 2020-11-17 13:09:22 +13:00
Urls.js
UrlService.js