xianjingfeng commented on code in PR #1449:
URL:
https://github.com/apache/incubator-uniffle/pull/1449#discussion_r1464350488
##########
dashboard/src/main/webapp/src/utils/request.js:
##########
@@ -17,21 +17,54 @@
import axios from 'axios'
-const axiosInstance = axios.create({
+/**
+ * The root directory, starting with web, is handled by the dashboard server's
servlet
+ * @type {axios.AxiosInstance}
+ */
+const fontEndAxiosInstance = axios.create({
Review Comment:
```suggestion
const frontEndAxiosInstance = axios.create({
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]