Commit 4fc4e3a4 by Michael Brachmann

token hard coded for now

parent f0dd0b62
...@@ -74,7 +74,7 @@ begin ...@@ -74,7 +74,7 @@ begin
XDataServer1.BaseUrl := Url; XDataServer1.BaseUrl := Url;
XDataServer1.ModelName := AModelName; XDataServer1.ModelName := AModelName;
XDataServer1JWT.TokenParam := 'token';
SparkleHttpSysDispatcher.Start; SparkleHttpSysDispatcher.Start;
Logger.Log(1, Format('Ws server module listening at "%s"', [Url])); Logger.Log(1, Format('Ws server module listening at "%s"', [Url]));
end; end;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment