This commit is contained in:
Anton Titovets
2026-02-16 11:13:17 +03:00
parent e32ccfaf3e
commit 3b90fbed05
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -102,7 +102,7 @@
CommonTools.ЗаписатьТекст(Документ, ПутьПакета + "lib.config");
ТекстConfig = Документ.ПолучитьТекст();
ТекстConfig = СтрЗаменить(ТекстConfig, "api/", "");
ТекстConfig = СтрЗаменить(ТекстConfig, """api/", """");
CommonTools.ЗаписатьТекст(ТекстConfig, ПутьПакета + "api/lib.config");
КонецПроцедуры
+1 -1
View File
@@ -9,7 +9,7 @@
<module name="OPI_GoogleDrive" file="gdrive/Modules/OPI_GoogleDrive.os"/>
<module name="OPI_GoogleSheets" file="gsheets/Modules/OPI_GoogleSheets.os"/>
<module name="OPI_GoogleWorkspace" file="google/Modules/OPI_GoogleWorkspace.os"/>
<module name="OPI_GreenAPI" file="greenModules/OPI_GreenAPI.os"/>
<module name="OPI_GreenAPI" file="greenapi/Modules/OPI_GreenAPI.os"/>
<module name="OPI_GreenMax" file="greenmax/Modules/OPI_GreenMax.os"/>
<module name="OPI_GRPC" file="grpc/Modules/OPI_GRPC.os"/>
<module name="OPI_MongoDB" file="mongodb/Modules/OPI_MongoDB.os"/>