Commit e1fe947d by Michael Brachmann

debugging websockets

parent 81810313
......@@ -66,6 +66,7 @@ var
Url: string;
begin
RegisterOpenApiService;
RegisterServiceType(TWebSocketService);
Url := ABaseUrl;
if not Url.EndsWith('/') then
Url := Url + '/';
......
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