1
0
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:
Vitaly the Alpaca (bot)
2025-02-03 21:53:32 +03:00
parent 101afaa001
commit 48c2fd4f6c
4 changed files with 6605 additions and 6605 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -95,7 +95,7 @@ Function LaunchProject(Val Port, Val Project) Export
OintComposition = New("LibraryComposition"); OintComposition = New("LibraryComposition");
Handler.ProjectPath = Project; Handler.ProjectPath = Project;
Handler.ProxyModule = ThisObject; Handler.ProxyModule = OPI_IntegrationProxy;
Handler.OPIObject = OintComposition; Handler.OPIObject = OintComposition;
WebServer.AddRequestsHandler(Handler, "MainHandler"); WebServer.AddRequestsHandler(Handler, "MainHandler");

View File

@@ -95,7 +95,7 @@ Function LaunchProject(Val Port, Val Project) Export
OintComposition = New("LibraryComposition"); OintComposition = New("LibraryComposition");
Handler.ProjectPath = Project; Handler.ProjectPath = Project;
Handler.ProxyModule = ThisObject; Handler.ProxyModule = OPI_IntegrationProxy;
Handler.OPIObject = OintComposition; Handler.OPIObject = OintComposition;
WebServer.AddRequestsHandler(Handler, "MainHandler"); WebServer.AddRequestsHandler(Handler, "MainHandler");

View File

@@ -95,7 +95,7 @@
СоставОПИ = Новый("LibraryComposition"); СоставОПИ = Новый("LibraryComposition");
Обработчик.ПутьПроекта = Проект; Обработчик.ПутьПроекта = Проект;
Обработчик.МодульПрокси = ЭтотОбъект; Обработчик.МодульПрокси = OPI_ПроксиИнтеграций;
Обработчик.ОбъектОПИ = СоставОПИ; Обработчик.ОбъектОПИ = СоставОПИ;
ВебСервер.ДобавитьОбработчикЗапросов(Обработчик, "ОсновнаяОбработка"); ВебСервер.ДобавитьОбработчикЗапросов(Обработчик, "ОсновнаяОбработка");