Selaa lähdekoodia

remove the japanese sentence for user api

kaori 5 vuotta sitten
vanhempi
sitoutus
e83d434eb4
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/server/routes/apiv3/users.js

+ 1 - 1
src/server/routes/apiv3/users.js

@@ -181,7 +181,7 @@ module.exports = (crowi) => {
       [sort]: (sortOrder === 'desc') ? -1 : 1,
       [sort]: (sortOrder === 'desc') ? -1 : 1,
     };
     };
 
 
-    //  For more information about the external specification of the User API, see here [/資料/外部仕様/ユーザーAPI](https://dev.growi.org/5fd7466a31d89500488248e3)
+    //  For more information about the external specification of the User API, see here (https://dev.growi.org/5fd7466a31d89500488248e3)
 
 
     const orConditions = [
     const orConditions = [
       { name: { $in: searchWord } },
       { name: { $in: searchWord } },