mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2026-06-20 09:19:27 +02:00
Fastfix
This commit is contained in:
@@ -102,7 +102,7 @@
|
||||
CommonTools.ЗаписатьТекст(Документ, ПутьПакета + "lib.config");
|
||||
|
||||
ТекстConfig = Документ.ПолучитьТекст();
|
||||
ТекстConfig = СтрЗаменить(ТекстConfig, "api/", "");
|
||||
ТекстConfig = СтрЗаменить(ТекстConfig, """api/", """");
|
||||
CommonTools.ЗаписатьТекст(ТекстConfig, ПутьПакета + "api/lib.config");
|
||||
|
||||
КонецПроцедуры
|
||||
|
||||
Vendored
+1
-1
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user