Skip to content

Commit

Permalink
chore: remove ddbug code
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelodelain committed Mar 15, 2024
1 parent d3b3b9e commit c47f0e1
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions playground/pages/index.vue
Original file line number Diff line number Diff line change
@@ -1,14 +1,4 @@
<script setup lang="ts">
const response = await useRoadizFetch('/web_response_by_path', {
query: {
path: '/',
},
}).catch((error) => {
console.error('error', error)
})
console.log('response', response)
</script>
<script setup lang="ts"></script>

<template>
<div>
Expand Down

0 comments on commit c47f0e1

Please sign in to comment.