更新api url
This commit is contained in:
@@ -157,7 +157,7 @@ const AnalysisParameters: React.FC = () => {
|
||||
pattern: pattern || undefined,
|
||||
};
|
||||
|
||||
await axios.get(`${config.BACKEND_URL}/contaminant_simulation/`, {
|
||||
await axios.get(`${config.BACKEND_URL}/api/v1/contaminant_simulation/`, {
|
||||
params,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user