TTUSDC / cpceed-webapp

CPCEED Web App
https://ttusdc.github.io/cpceed-webapp/
3 stars 0 forks source link

Fix api module #16

Closed asclines closed 7 years ago

asclines commented 7 years ago

Server no longer auto starts unless it is the main module. This means that npm start and npm run start-api still start the server without any further input from the server while using the server through require does not. This allows for easier testing of the API.