Moved api into it's own folder

This commit is contained in:
ireic
2019-12-03 15:38:36 +01:00
parent 5a08433830
commit 84f0897c45
36 changed files with 21 additions and 12 deletions

10
.gitignore vendored
View File

@@ -1,12 +1,12 @@
# dependencies
/node_modules
**/node_modules
# misc
.DS_Store
**/.DS_Store
# environment config
.env
**/.env
# production
/build
npm-debug.log*
**/build
**/npm-debug.log*