commit | ea8bb21ad327c54ff3c0ce7b27121dc70da44dd7 | [log] [tgz] |
---|---|---|
author | Kerwin Bryant <kerwin612@qq.com> | Sun Sep 17 19:38:06 2023 +0800 |
committer | GitHub <noreply@github.com> | Sun Sep 17 19:38:06 2023 +0800 |
tree | e6b50c51f8f2ea022e7e74be73c1dec12dc83e77 | |
parent | 40bb7d16b021b0b4da2bbac5dcc238f35667ab8f [diff] |
Update ApiDebug.js (#343)
Apache ShenYu Dashboard is frontend of a management background for Apache ShenYu. The API interface is in the Apache Shenyu Admin module.
Modify the api url for different environment, eg: http://192.168.1.100:8000
# install dependencies in this project root path. npm install # start npm start
# install dependencies in this project root path. npm install # build for production npm run build # copy to apache-shenyu-admin cp -rf dist/* shenyu-admin/src/main/resources/static/