Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

allow options with successCodes

Compare
Choose a tag to compare
@taylordowns2000 taylordowns2000 released this 11 Dec 15:26
  post('/manage/person', {
    formData: state => {
      state.person.submit_type = 'save';
      return state.person;
    },
    options: {
      successCodes: [302],
    },
  })