0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/test/unit/server/services/members
Naz 7becf0a2b2 Aliased canary endpoints to point to non-versioned URLs
refs https://github.com/TryGhost/Toolbox/issues/169

- Before releasing Ghost v5 we would like to move all canary-related URLs to a non-versioned format, which will become a default in v5.
- 'canary' is by definition unstable, so breaking any unprepared client explicitly using the canary is expected
- Removed the aliased /content/ and /admin/ apps from app.js because with updated configuration they become duplicates of 'canary' endpoints
2022-03-14 21:22:54 +13:00
..
config.test.js Aliased canary endpoints to point to non-versioned URLs 2022-03-14 21:22:54 +13:00
content-gating.test.js Added unit tests for content gating post access 2022-02-11 14:26:04 +05:30
middleware.test.js Updated tests for custom welcome page redirects (#14288) 2022-03-09 17:49:25 +05:30
stripe-connect.test.js