Skip to content
Snippets Groups Projects
Commit 1b25e852 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Update of whimsy application file

parent 9b8b3229
Branches
Tags
No related merge requests found
......@@ -27,7 +27,7 @@ import javax.ws.rs.core.Application;
/**
* Responsible for adding REST resources
* @copyright 2013-2018 {@link http://www.nibio.no NIBIO}
* @copyright 2013-2020 {@link http://www.nibio.no NIBIO}
* @author Tor-Einar Skog <tor-einar.skog@nibio.no>
*/
@ApplicationPath("/")
......@@ -53,5 +53,6 @@ public class VIPSCoreApplication extends Application
private void addRestResourceClasses(Set<Class<?>> resources) {
resources.add(no.nibio.vips.core.config.JacksonConfig.class);
resources.add(no.nibio.vips.core.service.ModelResourceImpl.class);
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment