ReviewDB: Fix website url (#2318)

Co-authored-by: V <vendicated@riseup.net>
This commit is contained in:
Koda!! 2024-03-30 19:33:03 -07:00 committed by GitHub
parent b158cecd4b
commit c623e44786
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -71,7 +71,7 @@ export const settings = definePluginSettings({
</Button>
<Button onClick={async () => {
let url = "https://reviewdb.mantikafasi.dev/";
let url = "https://reviewdb.mantikafasi.dev";
const token = await getToken();
if (token)
url += "/api/redirect?token=" + encodeURIComponent(token);