0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00
ghost/core/server/services/url
kirrg001 4265afe580 Moved utils/url.js to UrlService
refs #9178

- we have to take care that we don't end up in circular dependencies
  - e.g. API requires UrlService and UrlService needs to require the API (for requesting data)
- update the references
- we would like to get rid of the utils folder, this is/was the most complicated change
2017-12-11 20:05:33 +01:00
..
cache.js Added Url Service to track all URLs in the system (#9247) 2017-11-16 13:03:24 +00:00
config.json Added Url Service to track all URLs in the system (#9247) 2017-11-16 13:03:24 +00:00
index.js Small UrlService optimisations 2017-12-11 20:05:33 +01:00
Resource.js Moved utils/url.js to UrlService 2017-12-11 20:05:33 +01:00
UrlService.js Moved utils/url.js to UrlService 2017-12-11 20:05:33 +01:00
utils.js Moved utils/url.js to UrlService 2017-12-11 20:05:33 +01:00