update url

This commit is contained in:
cryptofyre 2022-10-14 23:40:07 -05:00 committed by GitHub
parent ed7a41bf49
commit 2723905739
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,7 +59,7 @@ export default class DiscordRPC {
const self = this;
ipcMain.on("discordrpc:updateImage", async (_event, imageurl) => {
if (!this._utils.getStoreValue("general.privateEnabled")) {
fetch("https://api-test.cider.sh/v1/images", {
fetch("https://api.cider.sh/v1/images", {
method: "POST",
headers: {
"User-Agent": this._utils.getWindow().webContents.getUserAgent(),