Skip to content

Commit d5ef8f3

Browse files
authored
docs: OpenAPI request URL (#4071)
1 parent 180c115 commit d5ef8f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/layout/layout-header/avatar/APIKeyDialog.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ const props = defineProps({
8787
})
8888
const emit = defineEmits(['addData'])
8989
90-
const apiUrl = window.location.origin + +`${window.MaxKB.prefix}/api-doc/`
90+
const apiUrl = window.location.origin + `${window.MaxKB.prefix}/api-doc/`
9191
const SettingAPIKeyDialogRef = ref()
9292
const dialogVisible = ref<boolean>(false)
9393
const loading = ref(false)

0 commit comments

Comments
 (0)