Blog
Services
Docs
Donate
Status
English
Bahasa Indonesia
Deutsch
English
Español
Esperanto
Filipino
Français
Italiano
Latviešu
Magyar nyelv
Nederlands
Plattdüütsch
Polski
Português de Portugal
Português do Brasil
Slovenščina
Suomi
Svenska
Türkçe
Čeština
Ελληνικά
Български
Русский
Українська
فارسی
日本語
简体中文
繁體中文(台灣)
繁體中文(香港)
한국어
Ark
Search
Create
Migrate
Explore
Login
Blog
Docs
Status
Explore
Login
Ark
Infrastructure
/
ghost
Watch
0
Fork
You've already forked ghost
0
mirror of
https://github.com/TryGhost/Ghost.git
synced
2025-02-10 23:36:14 -05:00
Code
Issues
Activity
dcaeb67740
ghost
/
core
/
server
/
api
/
index.js
4 lines
94 B
JavaScript
Raw
Normal View
History
Unescape
Escape
🔥 Removed versioned APIs refs: https://github.com/TryGhost/Toolbox/issues/229 - we are getting rid of the concept of having multiple api versions in a single ghost install - removed all the code for multiple api versions & left canary wired up, but without the version in the URL - TODO: reorganise the folders so there's no canary folder when we're closer to shipping we need to minimise the pain of merging changes across from main for now
2022-04-06 13:36:12 +01:00
module
.
exports
.
endpoints
=
require
(
'./canary'
)
;
Bumped default API version export to be canary/v4 refs https://github.com/TryGhost/Team/issues/856 - The default internal version of the API is expected to be the latest one available which is v4/canary at the moment. - There will be more information posted in the referenced issue later around how to approach the "default version", for now it's just a change to make a small step into a right direction.
2021-07-07 18:44:21 +04:00
Fixed failing tests refs https://github.com/TryGhost/Team/issues/856 refs https://github.com/TryGhost/Ghost/commit/dfe1089ee2ce846fb74b6651582e5a3a76dbdec5 - Module export order matters
2021-07-07 19:18:43 +04:00
module
.
exports
.
shared
=
require
(
'./shared'
)
;
Reference in a new issue
Copy permalink