Browse Source

fix api path

ryohi15 5 years ago
parent
commit
2a7e11c780
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/client/js/components/StaffCredit/StaffCredit.jsx

+ 1 - 1
src/client/js/components/StaffCredit/StaffCredit.jsx

@@ -106,7 +106,7 @@ class StaffCredit extends React.Component {
       });
       });
     }, 10);
     }, 10);
 
 
-    this.props.appContainer.apiv3Get('/growi-cloud/staff-credit').then((res) => {
+    this.props.appContainer.apiv3Get('/staffs').then((res) => {
       this.setState({ gcContributors: res.data });
       this.setState({ gcContributors: res.data });
     });
     });