Skip to content

Commit 2da2d26

Browse files
committed
typo
1 parent 3edd532 commit 2da2d26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/front-end/pages/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<script setup lang="ts">
22
const baseUrl = useRuntimeConfig().public.baseUrl;
3-
const url = baseUrl + "/getOKHs";
3+
const url = baseUrl + "/getOKH";
44
const loading = "loading";
55
const success = "success";
66
console.log("url", url);

0 commit comments

Comments
 (0)