diff --git a/routes/api.js b/routes/api.js
index 92b98ea..5da2c05 100644
--- a/routes/api.js
+++ b/routes/api.js
@@ -14,5 +14,10 @@ module.exports = function (app) {
app.route('/api/solve')
.post((req, res) => {
+ const puzzleString = req.body.puzzle;
+ console.log(puzzleString);
+
+
+
});
};
\ No newline at end of file
diff --git a/views/index.html b/views/index.html
index 1368534..2411dcb 100644
--- a/views/index.html
+++ b/views/index.html
@@ -7,8 +7,6 @@
-