Skip to content
Snippets Groups Projects
Commit 076dbcea authored by moon's avatar moon
Browse files

Updated devApiHost for cms communication

parent bd0ba007
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,8 @@
export const host = '/api';
// export const devHost = 'http://localhost:5001';
export const devHost = '/api';
export const apiHost = 'http://localhost:1337'
export const devApiHost = 'http://localhost:1337'
// apikey should be give here:
export const apikey = process.env.VUE_APP_API_KEY
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