Ghost/core/server/services/url
kirrg001 79c790c891 Fixed url service did not respect subdirectory setup's
refs https://github.com/TryGhost/Team/issues/65

- currently we generate a relative resource url
- if you configure a subdirectory, the urls have to respect that
  - e.g. you configure `localhost:2368/blog`, your url results in e.g. `/blog/my-post/`
- this is not yet a critical bug, because the url service is not connected yet

- @TODO: consider absolute vs. relative urls in the url service
2018-04-17 15:52:57 +02:00
..
index.js Small UrlService optimisations 2017-12-11 20:05:33 +01:00
Queue.js Rewrite url service (#9550) 2018-04-17 11:29:04 +02:00
Resource.js Rewrite url service (#9550) 2018-04-17 11:29:04 +02:00
Resources.js Rewrite url service (#9550) 2018-04-17 11:29:04 +02:00
UrlGenerator.js Fixed url service did not respect subdirectory setup's 2018-04-17 15:52:57 +02:00
Urls.js Rewrite url service (#9550) 2018-04-17 11:29:04 +02:00
UrlService.js Rewrite url service (#9550) 2018-04-17 11:29:04 +02:00
utils.js Fixed url service did not respect subdirectory setup's 2018-04-17 15:52:57 +02:00