Fix link to API
This commit is contained in:
parent
b31ef2b5b8
commit
dfd5de48d2
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ console.log(subs)
|
|||
)}
|
||||
<hr/>
|
||||
{subs.map((data) =>
|
||||
<p><a href={'/creator/' + data.Id}>{data.Id}</a> | <a href={'/api/account/remove?=' + data.Id}>Unsubscribe</a></p>
|
||||
<p><a href={'/creator/' + data.Id}>{data.Id}</a> | <a href={'/api/account/subscription/remove?=' + data.Id}>Unsubscribe</a></p>
|
||||
)}
|
||||
</Base>
|
||||
|
||||
|
|
Loading…
Reference in a new issue