fix(i18n)
This commit is contained in:
@@ -456,12 +456,8 @@ module.exports = (swagger, v2) ->
|
||||
spec:
|
||||
path: "/groups/{gid}/chat"
|
||||
description: "Get all chat messages"
|
||||
<<<<<<< HEAD
|
||||
parameters: [path('gid','Group to return the chat from ','string')]
|
||||
middleware: [auth.auth, groups.attachGroup]
|
||||
=======
|
||||
middleware: [auth.auth, i18n.getUserLanguage, groups.attachGroup]
|
||||
>>>>>>> refactor(i18n): refactor user language detection, add to api methods
|
||||
action: groups.getChat
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user