Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
simon louvet committed Jun 12, 2024
1 parent b2f4549 commit 7d5db8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/server/workspaceComponentInitialize/httpProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class HttpProvider {

initialise(router,engineTracer) {
router.all('*', async (req, res, next) => {
// console.log('pendingWork',this.pendingWork);
console.log('req.params[0]',req.params[0]);
// console.log('_______________0.1');
const urlRequiered = req.params[0].split('/')[1];
const urlRequieredFull = req.params[0].replace('/', '');
Expand Down

0 comments on commit 7d5db8a

Please sign in to comment.