mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-18 20:04:38 +00:00
fix(API): Missing colons
This commit is contained in:
parent
ce764ca28e
commit
6e4cc4b35b
1 changed files with 2 additions and 2 deletions
|
|
@ -187,7 +187,7 @@ module.exports = (swagger, v2) ->
|
|||
]
|
||||
action: user.purchase
|
||||
|
||||
"/user/inventory/hourglass/{type}/{key}"
|
||||
"/user/inventory/hourglass/{type}/{key}":
|
||||
spec:
|
||||
method: 'POST'
|
||||
description: "Purchase a pet or mount using a Mystic Hourglass"
|
||||
|
|
@ -197,7 +197,7 @@ module.exports = (swagger, v2) ->
|
|||
]
|
||||
action: user.hourglassPurchase
|
||||
|
||||
"/user/inventory/hourglass/mysterySet/{key}"
|
||||
"/user/inventory/hourglass/mysterySet/{key}":
|
||||
spec:
|
||||
method: 'POST'
|
||||
description: "Purchase a Mystery Item Set using a Mystic Hourglass"
|
||||
|
|
|
|||
Loading…
Reference in a new issue