Commit 27206f99 by Иван Кубота

motherofgod

parent 04f2d6f8
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -35,6 +35,7 @@ app.get('/batch_face_landmarks', (req, res) => res.sendFile(path.join(viewsDir,
app.get('/batch_face_recognition', (req, res) => res.sendFile(path.join(viewsDir, 'batchFaceRecognition.html')))
app.get('/demo', (req, res) => res.sendFile(path.join(viewsDir, 'demo.html')));
app.get('/demo2', (req, res) => res.sendFile(path.join(viewsDir, 'demo2.html')));
app.get('/colors', (req, res) => res.sendFile(path.join(viewsDir, 'colors.html')));
app.get('/all', (req, res) => res.sendFile(path.join(viewsDir, 'all.html')));
app.get('/tryon', (req, res) => res.sendFile(path.join(viewsDir, 'tryon.html')));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment