mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-05 14:59:19 +00:00
Made changed files accessible via http.
This commit is contained in:
parent
30675a11d4
commit
20c48cbd92
1 changed files with 2 additions and 1 deletions
|
@ -14,6 +14,7 @@ import uk.ac.ic.wlgitbridge.writelatex.WriteLatexAPI;
|
|||
import uk.ac.ic.wlgitbridge.writelatex.model.WLDataModel;
|
||||
|
||||
import javax.servlet.ServletException;
|
||||
import java.io.File;
|
||||
import java.net.BindException;
|
||||
|
||||
/**
|
||||
|
@ -87,7 +88,7 @@ public class WLGitBridgeServer {
|
|||
|
||||
private Handler initResourceHandler() {
|
||||
ResourceHandler resourceHandler = new ResourceHandler();
|
||||
resourceHandler.setResourceBase(rootGitDirectoryPath);
|
||||
resourceHandler.setResourceBase(new File(rootGitDirectoryPath, ".wlgb/atts").getAbsolutePath());
|
||||
return resourceHandler;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue