feat(courses): Add course list

This commit is contained in:
Khaled Garbaya
2017-09-25 17:30:47 +02:00
committed by Benedikt Rötsch
parent 354df3c4b4
commit 6c7ab31305
7 changed files with 57 additions and 11 deletions

View File

@@ -6,7 +6,6 @@
const app = require('../app')
const http = require('http')
require('dotenv').config({ path: 'variables.env' })
/**
* Get port from environment and store in Express.
*/