mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
4 lines
122 B
Go
4 lines
122 B
Go
export const getRequestBaseUrl = (): string => {
|
|
return process.env.VUE_APP_API_BASE_URL || 'http://localhost:8000';
|
|
};
|