0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00
ghost/core/test
Katharina Irrgang b43ab65d8a
Moved api controllers into api/v0.1 (#9918)
refs #9866

- preparation for v2
- moved api/ to api/v0.1
- do export v0.1 straight from the api folder, we don't want to touch this right now
- that means currently if you require the api folder, we return v0.1 by default
- there were some direct requires of api files in the test env
  - some of them use rewire
  - for now, we just correct the require path to require api/v0.1/
  - we touch the test env next week

**Docs about V2 design are coming soon!**
2018-09-27 16:06:57 +02:00
..
functional Moved api controllers into api/v0.1 (#9918) 2018-09-27 16:06:57 +02:00
integration Moved api controllers into api/v0.1 (#9918) 2018-09-27 16:06:57 +02:00
unit Moved api controllers into api/v0.1 (#9918) 2018-09-27 16:06:57 +02:00
utils Added new endpoint to upload square profile images with dimension validation (#9862) 2018-09-24 21:42:58 +02:00
.eslintrc.json ESlint rule: no-multiple-empty-lines 2017-11-06 10:12:18 +00:00
.jshintrc