From 2e548663531ab1fbbfafdef1667615cc381507c3 Mon Sep 17 00:00:00 2001 From: realaravinth Date: Thu, 18 Aug 2022 17:51:23 +0530 Subject: [PATCH] fix: submit path --- src/platform/web/assets/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platform/web/assets/config.json b/src/platform/web/assets/config.json index eece4b67..567e4acf 100644 --- a/src/platform/web/assets/config.json +++ b/src/platform/web/assets/config.json @@ -5,5 +5,5 @@ "applicationServerKey": "BC-gpSdVHEXhvHSHS0AzzWrQoukv2BE7KzpoPO_FfPacqOo3l1pdqz7rSgmB04pZCWaHPz7XRe6fjLaC-WPDopM" }, "defaultHomeServer": "matrix.batsense.net", - "bugReportEndpointUrl": "https://rageshake.test.mystiq.app/submit" + "bugReportEndpointUrl": "https://rageshake.test.mystiq.app/api/submit" }