Built out API Functionality

This commit is contained in:
2018-07-02 17:49:59 +10:00
parent 7ef7ee6d35
commit aa532e0fc8
8 changed files with 429 additions and 8 deletions

View File

@@ -1,3 +1,4 @@
'use strict';
// Copyright (c) 2018 Dominic Masters
//
// MIT License
@@ -22,7 +23,9 @@
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//Import
const App = require('./app/App');
const
App = require('./app/App')
;
//Create
const app = new App();