Skip to content
Snippets Groups Projects
Commit 8448fb45 authored by Elisa Giglio's avatar Elisa Giglio
Browse files

corretto url

parent a5a0ff2a
No related branches found
No related tags found
No related merge requests found
......@@ -698,7 +698,7 @@ public class DBC {
ResultSet result = prepared.executeQuery();
if (result.next()) {
return "https://gitlab.di.unipmn.it/alfredo/iotlabgw.edu-al.unipmn.it/~/raw/main/" + result.getString("Path");
return "https://gitlab.di.unipmn.it/alfredo/iotlabgw.edu-al.unipmn.it/-/raw/main/" + result.getString("Path");
}
} catch (SQLException e) {
......
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