Working get and post endpoitns

This commit is contained in:
Ben Ramey
2018-09-19 06:58:17 -05:00
parent 07e4a27a1a
commit 8eba063aef
4 changed files with 11 additions and 4 deletions

5
constants.js Normal file
View File

@@ -0,0 +1,5 @@
const COURSES_TABLE = "eg_courses";
module.exports = {
COURSES_TABLE
};