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 86b6e67 commit 75e24f5Copy full SHA for 75e24f5
src/public/client.ts
@@ -74,11 +74,11 @@ class MappingItem {
74
</small>
75
<a class="${logClass}"
76
style="font-size: 15px; color: rgba(255,50,50,0.5)"
77
- href="/api/logs/${data.fullDomain}/err">
+ href="/api/logs/err/${data.fullDomain}">
78
</a>
79
80
style="font-size: 15px; color: rgba(40,167,70,0.5)"
81
- href="/api/logs/${data.fullDomain}/out">
+ href="/api/logs/out/${data.fullDomain}">
82
83
</div>
84
<small class="form-text text-muted" style="display: inline-block;">
0 commit comments