agregado npm cors
Some checks failed
build-and-deploy / filter (push) Successful in 2s
Sync to GitHub / sync (push) Failing after 1s
build-and-deploy / build (push) Successful in 26s
build-and-deploy / deploy (push) Successful in 15s

This commit is contained in:
2025-05-30 10:27:36 -06:00
parent 3d1bf3286a
commit 30f85bf602
4 changed files with 42 additions and 4 deletions

View File

@@ -12,10 +12,6 @@ const app =
createApp(App)
app.use(cors({
origin: 'https://planilla.interno.com',
credentials: true // si usás cookies/sesiones
}));
app.use(createPinia())
app.use(router)