Home Reference Source

src/store/blog/constants.js

// Blog Module Constants

export const API_ROOT = '/api/posts'

export const NEW_BLOG = {
  title: '',
  body: '',
  project_id: '',
  user_id: '',
  tech: [],
  errors: {}
}