From af7dab1dc5d74684410d201ad498bf71657ebc16 Mon Sep 17 00:00:00 2001
From: sean.zhou <sean.zhou@dji.com>
Date: Fri, 25 Mar 2022 14:18:04 +0800
Subject: [PATCH] Modify config.ts

---
 src/api/http/config.ts |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/api/http/config.ts b/src/api/http/config.ts
index 3b76197..6b12882 100644
--- a/src/api/http/config.ts
+++ b/src/api/http/config.ts
@@ -1,6 +1,6 @@
 export const CURRENT_CONFIG = {
 
-  baseURL: 'Please enter the backend access address prefix.', // This url must end with "/". Example: 'http://192.168.1.1:6789/cloud/'
+  baseURL: 'Please enter the backend access address prefix.', // This url must end with "/". Example: 'http://192.168.1.1:6789/'
   websocketURL: 'Please enter the WebSocket access address.',  // Example: 'ws://192.168.1.1:6789/api/v1/ws'
 
   rtmpURL: 'Please enter the rtmp access address.',  // Example: 'rtmp://192.168.1.1/live/'

--
Gitblit v1.9.3