Skip to content

Commit 75e24f5

Browse files
committed
fixed href on client side
1 parent 86b6e67 commit 75e24f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/public/client.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,11 @@ class MappingItem {
7474
</small>
7575
<a class="${logClass}"
7676
style="font-size: 15px; color: rgba(255,50,50,0.5)"
77-
href="/api/logs/${data.fullDomain}/err">
77+
href="/api/logs/err/${data.fullDomain}">
7878
</a>
7979
<a class="${logClass}"
8080
style="font-size: 15px; color: rgba(40,167,70,0.5)"
81-
href="/api/logs/${data.fullDomain}/out">
81+
href="/api/logs/out/${data.fullDomain}">
8282
</a>
8383
</div>
8484
<small class="form-text text-muted" style="display: inline-block;">

0 commit comments

Comments
 (0)