Commit f76c3512 authored by Stephane Bouvry's avatar Stephane Bouvry
Browse files

Fix : Dev - authorisation du serveur localhost:8888 pour le développement local standard

parent da58a541
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ export default defineConfig({

  server:{
    cors: {
      origin: ['http://localhost:5173', 'http://localhost.unicaen.fr']
      origin: ['http://localhost:5173', 'http://localhost.unicaen.fr', 'http://localhost:8888']
    },
    allowedHosts: true
  },