You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-08-10 22:41:43 +02:00
Main build (Jenkins)
This commit is contained in:
13196
service/dictionaries/en.json
vendored
13196
service/dictionaries/en.json
vendored
File diff suppressed because it is too large
Load Diff
@@ -95,7 +95,7 @@ Function LaunchProject(Val Port, Val Project) Export
|
||||
OintComposition = New("LibraryComposition");
|
||||
|
||||
Handler.ProjectPath = Project;
|
||||
Handler.ProxyModule = ThisObject;
|
||||
Handler.ProxyModule = OPI_IntegrationProxy;
|
||||
Handler.OPIObject = OintComposition;
|
||||
|
||||
WebServer.AddRequestsHandler(Handler, "MainHandler");
|
||||
|
@@ -95,7 +95,7 @@ Function LaunchProject(Val Port, Val Project) Export
|
||||
OintComposition = New("LibraryComposition");
|
||||
|
||||
Handler.ProjectPath = Project;
|
||||
Handler.ProxyModule = ThisObject;
|
||||
Handler.ProxyModule = OPI_IntegrationProxy;
|
||||
Handler.OPIObject = OintComposition;
|
||||
|
||||
WebServer.AddRequestsHandler(Handler, "MainHandler");
|
||||
|
@@ -95,7 +95,7 @@
|
||||
СоставОПИ = Новый("LibraryComposition");
|
||||
|
||||
Обработчик.ПутьПроекта = Проект;
|
||||
Обработчик.МодульПрокси = ЭтотОбъект;
|
||||
Обработчик.МодульПрокси = OPI_ПроксиИнтеграций;
|
||||
Обработчик.ОбъектОПИ = СоставОПИ;
|
||||
|
||||
ВебСервер.ДобавитьОбработчикЗапросов(Обработчик, "ОсновнаяОбработка");
|
||||
|
Reference in New Issue
Block a user