We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b3fde86 + 7ed41c6 commit b8e938cCopy full SHA for b8e938c
1 file changed
ui/src/services/common.ts
@@ -271,7 +271,7 @@ export const reopenQuestion = (params: { question_id: string }) => {
271
};
272
273
export const unsubscribe = (code: string) => {
274
- const apiUrl = '/answer/api/v1/user/email/notification';
+ const apiUrl = '/answer/api/v1/user/notification/unsubscribe';
275
return request.put(apiUrl, { code });
276
277
0 commit comments