mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 19:22:50 -06:00
Use abs path for gf.fcgi in gwt client.
This commit is contained in:
@@ -24,7 +24,7 @@ import java.util.Set;
|
|||||||
|
|
||||||
public class Translate implements EntryPoint {
|
public class Translate implements EntryPoint {
|
||||||
|
|
||||||
private static final String gfBaseURL = "gf.fcgi";
|
private static final String gfBaseURL = "/~bringert/gf-server/gf.fcgi";
|
||||||
|
|
||||||
private GF gf;
|
private GF gf;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user