您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

apiEndpoints.js 186B

123456
  1. export default {
  2. login: 'api/auth/local',
  3. register: 'api/auth/local/register',
  4. googleAuth: 'api/auth/google/callback?access_token=',
  5. fetchPosts: 'api/posts?populate=*',
  6. }