feat: Running tasks and steps UI (#165)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { apiBaseUrl, credential } from "@/util/env";
|
||||
import { apiBaseUrl, artifactApiBaseUrl, credential } from "@/util/env";
|
||||
import axios from "axios";
|
||||
|
||||
const client = axios.create({
|
||||
@@ -9,4 +9,8 @@ const client = axios.create({
|
||||
},
|
||||
});
|
||||
|
||||
export { client };
|
||||
const artifactApiClient = axios.create({
|
||||
baseURL: artifactApiBaseUrl,
|
||||
});
|
||||
|
||||
export { client, artifactApiClient };
|
||||
|
||||
Reference in New Issue
Block a user