mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-22 03:34:14 +00:00
fix(API): Fix inaccessible route
Mystic Hourglass routes aren't yet used by live code.
This commit is contained in:
parent
09ccb9584f
commit
347d028af7
1 changed files with 1 additions and 1 deletions
|
|
@ -197,7 +197,7 @@ module.exports = (swagger, v2) ->
|
|||
]
|
||||
action: user.hourglassPurchase
|
||||
|
||||
"/user/inventory/hourglass/mystery/{key}":
|
||||
"/user/inventory/mystery/{key}":
|
||||
spec:
|
||||
method: 'POST'
|
||||
description: "Purchase a Mystery Item Set using a Mystic Hourglass"
|
||||
|
|
|
|||
Loading…
Reference in a new issue