diff --git a/projects/qrinsight.html b/projects/qrinsight.html index 6979b01..6fb508b 100644 --- a/projects/qrinsight.html +++ b/projects/qrinsight.html @@ -15,7 +15,7 @@

Ever wanted to scan QR-Codes and Barcodes from a screenshot? This app allows you to do exactly that, whilst showing the full scanned link to you so you do not need to worry a little less about opening a harmful link.






This app is available to download now from the AppStore!
-Download form the Apple AppStore! +Download from the Apple AppStore! \ No newline at end of file diff --git a/testingserver.js b/testingserver.js index 0f270d9..20054b6 100644 --- a/testingserver.js +++ b/testingserver.js @@ -28,10 +28,6 @@ app.get('/projects/css/:file', (request, response) => { response.sendFile(path.join(__dirname + "/css/" + request.params.file)) }) -app.get('/test/test', (request, response) => { - response.send("THIS WORKS!") -}) - http.createServer( app