Skip to content
Snippets Groups Projects
Commit a6941a9c authored by Habfast's avatar Habfast
Browse files

updated models querying and mining url

parent 2f66c772
No related branches found
No related tags found
No related merge requests found
......@@ -39,4 +39,4 @@ server:
timeout: 2592000
workflow:
miningUrl: http://hbpfed1.chuv.ch:8087/mining
miningUrl: http://mip.humanbrainproject.eu/services/mining
......@@ -64,6 +64,8 @@ public class ModelsApi {
}
}
queryString += " ORDER BY m.createdAt DESC";
Session session = HibernateUtil.getSessionFactory().getCurrentSession();
List<Model> models = new LinkedList<>();
try{
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment