Frontend integration tests

This commit is contained in:
Alejandro Alonso 2024-05-09 13:17:12 +02:00
parent 99371234dc
commit 6b76213128
4 changed files with 17 additions and 6 deletions

View file

@ -3,7 +3,7 @@ import { fileURLToPath } from "url";
import path from "path";
const app = express();
const port = 3500;
const port = 3000;
const staticPath = path.join(fileURLToPath(import.meta.url), "../../resources/public");
app.use(express.static(staticPath));