Skip to content

Commit

Permalink
Merge pull request #167 from IABTechLab/ans-UID2-4749-new-client-side…
Browse files Browse the repository at this point in the history
…-secure-signals-site

space added to rerun action for updated version
  • Loading branch information
ashleysmithTTD authored Feb 3, 2025
2 parents d4add3f + 77335f3 commit 265e584
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ const ejs = require('ejs');
const express = require('express');

const app = express();

const port = process.env.PORT || 3000;

app.engine('.html', ejs.__express);
Expand Down

0 comments on commit 265e584

Please sign in to comment.