исправления пути для api

This commit is contained in:
Дмитрий Саенко 2025-10-22 10:56:59 +03:00
parent 87218ec189
commit cccc9914a1

View file

@ -166,7 +166,7 @@
methods: {
loadServers() {
axios.get('{{.base_path}}panel/api/servers/list')
axios.get('/panel/api/servers/list')
.then(response => {
this.servers = response.data.obj;
if (this.servers.length == 0) {