Become a member
Sign in
Mohit Ch
Mohit Ch

Mohit Ch

9 Following
7 Followers
  • Profile
  • Claps
  • Highlights

Highlighted by Mohit Ch

See more

From Build a simple Rails API server + Auth0 JWT authentication + React from scratch in 30 minutes (or… by Ian Khor

export function pingApiServer(){
return api.get('/')
.then(function (response) {
return response.data
})
.catch(function (error) {
return error.response.data
})
}

Claps from Mohit Ch

See more

Build a simple Rails API server + Auth0 JWT authentication + React from scratch in 30 minutes (or…

Ian Khor