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