begin working on routes
This commit is contained in:
@@ -14,5 +14,10 @@ module.exports = function (app) {
|
||||
app.route('/api/solve')
|
||||
.post((req, res) => {
|
||||
|
||||
const puzzleString = req.body.puzzle;
|
||||
console.log(puzzleString);
|
||||
|
||||
|
||||
|
||||
});
|
||||
};
|
||||
Reference in New Issue
Block a user