Skip to content

Commit

Permalink
Moved to relative Urls in index.jsp
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcAgate committed Jan 29, 2018
1 parent a70b16f commit ca9d466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/index.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
String serverName = request.getServerName();
int portNumber = request.getServerPort();
GitService.update(request.getServletContext().getInitParameter("queryPath"));
String content=DocFileBuilder.getContent(new String("http://"+serverName+":"+portNumber+"/resource/templates"));
String content=DocFileBuilder.getContent(new String("/resource/templates"));
%>
Expand Down

0 comments on commit ca9d466

Please sign in to comment.