1
0
mirror of https://github.com/alm494/sql_proxy.git synced 2025-10-08 22:01:51 +02:00

folder reorganize

This commit is contained in:
Almaz Sharipov
2025-10-02 12:35:50 +03:00
parent 16b461d6f6
commit 52701821e1
6 changed files with 4 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ Function OpenSQLConnection(ConnectionString) Export
Path = "/api/v1/connection";
...
```
Refer to the full example for the 1C:Enterprise language in the src/doc folder to learn how to use this API.
Refer to the full example for the 1C:Enterprise language in the /docs folder to learn how to use this API.
Note that this service is not limited to 1C and can be utilized in other contexts as well.
## Key features:
@@ -42,7 +42,7 @@ Note that this service is not limited to 1C and can be utilized in other context
Current API version is 1.2. See Swagger OpenAPI 3.0 specification in src/docs/api
![API overview](src/docs/api/swagger.png)
![API overview](/docs/api/swagger.png)
## How to compile

View File

@@ -26,7 +26,7 @@
```
Обратитесь к примеру для языка 1С:Предприятие в папке src/doc, чтобы узнать, как использовать этот API. Обратите внимание, что данный сервис не ограничен только 1С и может быть использован в других системах.
Обратитесь к примеру для языка 1С:Предприятие в папке /docs, чтобы узнать, как использовать этот API. Обратите внимание, что данный сервис не ограничен только 1С и может быть использован в других системах.
## Основные особенности
@@ -47,7 +47,7 @@
Текущая версия API: 1.2. См. спецификацию Swagger OpenAPI 3.0 в папке src/docs/api
![API overview](src/docs/api/swagger.png)
![API overview](/docs/api/swagger.png)
## Как скомпилировать

View File

Before

Width:  |  Height:  |  Size: 93 KiB

After

Width:  |  Height:  |  Size: 93 KiB