anto
This commit is contained in:
@@ -32,7 +32,7 @@ function getAllProject() {
|
||||
|
||||
function getDataMetrics(projectId){
|
||||
return $.ajax({
|
||||
url: api_url.concat("/projects/"+projectId+"/measurements"),
|
||||
url: api_url.concat(`/projects/${projectId}/measurements`),
|
||||
method: "GET",
|
||||
dataType: "json",
|
||||
}).then((data) => {
|
||||
|
||||
Reference in New Issue
Block a user