REST Service for POPCORN - ILIAS
alex
2025-06-03 4a429120716ceab0299d81021aa2eb245f1609c6
vite.config.js
@@ -22,7 +22,7 @@
      '/api': {
        target: 'http://localhost:4101',
        changeOrigin: true,
        rewrite: (path) => path.replace(/^\/api/, ''),
        // rewrite: (path) => path.replace(/^\/api/, ''),
      },
    },
  },