Parcourir la source

chore: remove dead /get_speed proxy and add missing /upload_theta_rho proxy

- Remove /get_speed proxy entry that was never used by frontend or backend
- Add /upload_theta_rho proxy for pattern file uploads

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
tuanchris il y a 1 semaine
Parent
commit
67996c7a75
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      frontend/vite.config.ts

+ 1 - 1
frontend/vite.config.ts

@@ -137,7 +137,6 @@ export default defineConfig({
       '/move_to_perimeter': 'http://localhost:8080',
       // Speed
       '/set_speed': 'http://localhost:8080',
-      '/get_speed': 'http://localhost:8080',
       // Connection
       '/serial_status': 'http://localhost:8080',
       '/list_serial_ports': 'http://localhost:8080',
@@ -151,6 +150,7 @@ export default defineConfig({
       '/preview_thr_batch': 'http://localhost:8080',
       '/get_theta_rho_coordinates': 'http://localhost:8080',
       '/delete_theta_rho_file': 'http://localhost:8080',
+      '/upload_theta_rho': 'http://localhost:8080',
       // Playlists
       '/list_all_playlists': 'http://localhost:8080',
       '/get_playlist': 'http://localhost:8080',