// 測試API為六角學院課程提供

axios.post('https://hex-escape-room.herokuapp.com/api/user/signup',{
  email:"atest1232sodijf@gmail.com",
  password:"dsjfosdjf"
})
.then((response)=>{
  console.log('then');
  console.log(response.data);
})
.catch((error)=>{
  console.log('catch');
  console.log(error);
})
  
  
Run Pen

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

  1. https://cdnjs.cloudflare.com/ajax/libs/axios/1.5.1/axios.min.js