]> PHS Git Server - phs-api.git/commitdiff
Testing cloning path.
authorcharleswrayjr <charleswrayjr@gmail.com>
Sat, 6 Sep 2025 00:32:26 +0000 (19:32 -0500)
committercharleswrayjr <charleswrayjr@gmail.com>
Sat, 6 Sep 2025 00:32:26 +0000 (19:32 -0500)
app.js

diff --git a/app.js b/app.js
index 9058e778c84c094c4de455373616a613bb796889..8c898add58afe5409aa38709e67c4e24b33920fd 100755 (executable)
--- 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()
 });