We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3edd532 commit 2da2d26Copy full SHA for 2da2d26
packages/front-end/pages/index.vue
@@ -1,6 +1,6 @@
1
<script setup lang="ts">
2
const baseUrl = useRuntimeConfig().public.baseUrl;
3
-const url = baseUrl + "/getOKHs";
+const url = baseUrl + "/getOKH";
4
const loading = "loading";
5
const success = "success";
6
console.log("url", url);
0 commit comments