mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-14 10:12:21 +00:00
fix(docs): correct email route url in api docs
This commit is contained in:
parent
bda0617a23
commit
efc0469bef
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ import {
|
|||
let api = {};
|
||||
|
||||
/**
|
||||
* @api {get} /api/v3/email/unsubscribe Unsubscribe an email or user from email notifications
|
||||
* @api {get} /email/unsubscribe Unsubscribe an email or user from email notifications
|
||||
* @apiDescription Does not require authentication
|
||||
* @apiVersion 3.0.0
|
||||
* @apiName UnsubscribeEmail
|
||||
|
|
|
|||
Loading…
Reference in a new issue