agregado npm cors
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user