Added job login and log off functionality. BOD-183
This commit is contained in:
@@ -89,6 +89,9 @@ app.post("/stripe/payment", stripe.payment);
|
||||
var tech = require("./server/tech/tech");
|
||||
app.post("/tech/login", tech.techLogin);
|
||||
|
||||
var utils = require("./server/utils/utils");
|
||||
app.post("/utils/time", utils.servertime);
|
||||
|
||||
//Serve React App if in Production
|
||||
if (process.env.NODE_ENV === "production") {
|
||||
app.use(express.static(path.join(__dirname, "client/build")));
|
||||
|
||||
Reference in New Issue
Block a user