shinoka7 6 лет назад
Родитель
Сommit
ff326e454d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/server/routes/apiv3/user-group.js

+ 1 - 1
src/server/routes/apiv3/user-group.js

@@ -204,7 +204,7 @@ module.exports = (crowi) => {
    *                      type: array
    *                      type: array
    *                      items:
    *                      items:
    *                        type: object
    *                        type: object
-   *                        description: user objects
+   *                      description: user objects
    */
    */
   router.get('/:id/users', loginRequired(crowi), adminRequired(), async(req, res) => {
   router.get('/:id/users', loginRequired(crowi), adminRequired(), async(req, res) => {
     const { id } = req.params;
     const { id } = req.params;