update endpoints + webmentions
This commit is contained in:
parent
1dd26b9a4f
commit
1be36879fd
13 changed files with 122 additions and 28 deletions
|
@ -35,6 +35,6 @@ module.exports = {
|
|||
if (month.length < 2) month = '0' + month
|
||||
if (day.length < 2) day = '0' + day
|
||||
|
||||
return [year, month, day].join('-')
|
||||
return [month, day, year].join('.')
|
||||
},
|
||||
}
|
||||
|
|
Reference in a new issue