chore: adjust cypress base url

This commit is contained in:
Björn Fromme
2026-07-15 17:47:37 +02:00
parent 3cc5d00587
commit 52327864d6
+1 -1
View File
@@ -2,7 +2,7 @@ const {defineConfig} = require("cypress");
module.exports = defineConfig({ module.exports = defineConfig({
e2e: { e2e: {
baseUrl: 'https://myep-next-booking.ddev.site', baseUrl: 'https://myep.ddev.site',
supportFile: false, supportFile: false,
}, },
}); });