Skip to content
Snippets Groups Projects
Commit c64cf70d authored by Paul Pestov's avatar Paul Pestov
Browse files

fix: remove env variable at ApiService constructor

parent c4b8a795
No related branches found
No related tags found
1 merge request!21feat: fake logic that renders search result view
Pipeline #208399 passed
......@@ -54,4 +54,4 @@ class ApiService {
}
}
export default new ApiService(process.env.VUE_APP_BASE_URL_API || '/');
export default new ApiService('/');
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment