Files
hoppscotch/packages/hoppscotch-app/components/http/Parameters.vue
2022-08-22 12:54:12 -07:00

14 lines
205 B
Vue

<template>
<div>
<HttpQueryParams />
<br />
<HttpPathVariables />
</div>
</template>
<script setup lang="ts">
/**
* TODO: Code duplication between QueryParams and Variables
*/
</script>