Skip to content
Snippets Groups Projects
Commit 1aafb29e authored by alfredo's avatar alfredo
Browse files

XyMerge branch 'master' of gitlab.di.unipmn.it:alfredo/pissirsmarthome

parents f5920659 1f6e9fc8
No related branches found
No related tags found
No related merge requests found
...@@ -702,7 +702,7 @@ public class DBC { ...@@ -702,7 +702,7 @@ public class DBC {
ResultSet result = prepared.executeQuery(); ResultSet result = prepared.executeQuery();
if (result.next()) { 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) { } catch (SQLException e) {
......
No preview for this file type
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