Skip to content

Commit

Permalink
fix: パス名が誤っていたのを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
tohutohu committed Nov 24, 2023
1 parent 5b83d1d commit 5880a86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/src/components/HttpLogEntry.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<TsvTable :tsv="tsv" :link="`/api/slowlog/data/${$route.params.id}`"/>
<TsvTable :tsv="tsv" :link="`/api/httplog/data/${$route.params.id}`"/>
</template>

<script lang="ts">
Expand Down

0 comments on commit 5880a86

Please sign in to comment.