fixed api path in config

This commit is contained in:
Dmitriy Shishkov 2023-05-17 10:50:15 +03:00
parent 929dd8af36
commit 010500e124
Signed by: dm1sh
GPG Key ID: 027994B0AA357688

View File

@ -1,3 +1,3 @@
const API_URL = "api"
const API_URL = "/api"
export { API_URL }