From: charleswrayjr Date: Sat, 6 Sep 2025 00:32:26 +0000 (-0500) Subject: Testing cloning path. X-Git-Url: https://git.phasecustomsoft.com/stylesheets/style.css?a=commitdiff_plain;h=5871b12c7707f23c35917418770a118e6a6fe254;p=phs-api.git Testing cloning path. --- diff --git a/app.js b/app.js index 9058e77..8c898ad 100755 --- a/app.js +++ b/app.js @@ -25,6 +25,8 @@ const http = require( 'http' ).createServer( app ); app.set('etag', false) app.use((req, res, next) => { + console.log( req.body ); + console.log( req.originalUrl ); res.set('Cache-Control', 'no-store'); next() });