Skip to content

Commit

Permalink
🔥 Removed v0.1 controllers & routes (#11103)
Browse files Browse the repository at this point in the history
no issue 

- Removed v0.1 controllers
- Removed 0.1 API unit tests
- Removed 0.1 API app and mount point
- Removed leftover use of v0.1 in entry-lookup test suite
- Removed frontend client API enpoints and related code (middleware)
- Fixed prev/next test suites to use v2 API
- Set default API version to explicit v2 in UrlUtils
- Removed v0.1 API regex from public files middleware
  • Loading branch information
naz committed Sep 11, 2019
1 parent ad070c7 commit 5b59c7b
Show file tree
Hide file tree
Showing 48 changed files with 84 additions and 6,397 deletions.
3 changes: 1 addition & 2 deletions core/server/api/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
module.exports = require('./v0.1');
module.exports['v0.1'] = require('./v0.1');
module.exports = require('./v2');
module.exports.v2 = require('./v2');
module.exports.canary = require('./canary');
module.exports.v3 = require('./canary');
Expand Down
Loading

0 comments on commit 5b59c7b

Please sign in to comment.