mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-11-29 10:52:54 +00:00
исправления пути для api
This commit is contained in:
parent
87218ec189
commit
cccc9914a1
1 changed files with 1 additions and 1 deletions
|
|
@ -166,7 +166,7 @@
|
||||||
methods: {
|
methods: {
|
||||||
loadServers() {
|
loadServers() {
|
||||||
|
|
||||||
axios.get('{{.base_path}}panel/api/servers/list')
|
axios.get('/panel/api/servers/list')
|
||||||
.then(response => {
|
.then(response => {
|
||||||
this.servers = response.data.obj;
|
this.servers = response.data.obj;
|
||||||
if (this.servers.length == 0) {
|
if (this.servers.length == 0) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue