Skip to content

Commit 3d3c579

Browse files
committed
fix: review
1 parent 686263a commit 3d3c579

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/services/api/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ interface YdbEmbeddedAPIProps {
2323
withCredentials: undefined | boolean;
2424
singleClusterMode: undefined | boolean;
2525
proxyMeta: undefined | boolean;
26+
// this setting allows to use schema object path relative to database in api requests
2627
useRelativePath: undefined | boolean;
2728
csrfTokenGetter: undefined | (() => string | undefined);
2829
defaults: undefined | AxiosRequestConfig;

0 commit comments

Comments
 (0)