Skip to content

Commit

Permalink
fix: restful api link version
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanshuyou committed Dec 26, 2024
1 parent e4b09f3 commit 565ba66
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/docs
Submodule docs updated 1237 files
2 changes: 1 addition & 1 deletion src/utils/apiReference.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ const API_REFERENCE_CONFIG = {
},
[ApiReferenceLanguageEnum.Restful]: {
name: ApiReferenceLabelEnum.Restful,
path: `${BASE_DOC_DIR}/API_Reference/${ApiReferenceLanguageEnum.Restful}`,
path: `${BASE_DOC_DIR}/API_Reference_MDX/${ApiReferenceLanguageEnum.Restful}`,
minVersion: DOCS_MINIMUM_VERSION,
category: ApiReferenceRouteEnum.Restful,
},
Expand Down

0 comments on commit 565ba66

Please sign in to comment.