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: {}
}
// Blog Module Constants
export const API_ROOT = '/api/posts'
export const NEW_BLOG = {
title: '',
body: '',
project_id: '',
user_id: '',
tech: [],
errors: {}
}