Fixing incorrect RSS link query parameter.

This commit is contained in:
Alexey Skobkin 2020-07-05 03:36:43 +03:00
parent 883fbf942c
commit af8dd658c0
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
</th>
<td>
{# We can't use constant() in the hash so it's necessay to hard-code query parameter here #}
<input class="form-control" type="text" value="{{ url('api_v1_rss_last') }}?{{ {'api-key': token.key} | url_encode }}" readonly onclick="this.select();">
<input class="form-control" type="text" value="{{ url('api_v1_rss_last') }}?{{ {'api-token': token.key} | url_encode }}" readonly onclick="this.select();">
</td>
<td>
{{ token.createdAt | date('Y-m-d H:i:s') }}