You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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. }