Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
VIPSCore
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VIPS
VIPSCore
Commits
1b25e852
Commit
1b25e852
authored
5 years ago
by
Tor-Einar Skog
Browse files
Options
Downloads
Patches
Plain Diff
Update of whimsy application file
parent
9b8b3229
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/no/nibio/vips/core/VIPSCoreApplication.java
+2
-1
2 additions, 1 deletion
src/main/java/no/nibio/vips/core/VIPSCoreApplication.java
with
2 additions
and
1 deletion
src/main/java/no/nibio/vips/core/VIPSCoreApplication.java
+
2
−
1
View file @
1b25e852
...
...
@@ -27,7 +27,7 @@ import javax.ws.rs.core.Application;
/**
* Responsible for adding REST resources
* @copyright 2013-20
18
{@link http://www.nibio.no NIBIO}
* @copyright 2013-20
20
{@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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment