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
2569c83d
Commit
2569c83d
authored
2 years ago
by
Tor-Einar Skog
Browse files
Options
Downloads
Patches
Plain Diff
Changing base path since we currently omit VIPSCoreManager
parent
fe308746
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/service/ModelResourceImpl.java
+1
-1
1 addition, 1 deletion
...in/java/no/nibio/vips/core/service/ModelResourceImpl.java
with
1 addition
and
1 deletion
src/main/java/no/nibio/vips/core/service/ModelResourceImpl.java
+
1
−
1
View file @
2569c83d
...
...
@@ -74,7 +74,7 @@ public class ModelResourceImpl implements ModelResource{
@Override
public
Response
defaultResponse
()
{
return
Response
.
ok
().
entity
(
"<html><head></head><body><a href=\
""
+
servletRequest
.
getContextPath
()
+
"/models/\">Models</a></body></html>"
).
build
();
return
Response
.
ok
().
entity
(
"<html><head></head><body><a href=\"/models/\">Models</a></body></html>"
).
build
();
}
/**
...
...
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