mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
format
This commit is contained in:
parent
07d99cd68d
commit
6234cae12c
@ -6,7 +6,7 @@ export default class PostsController extends Controller {
|
|||||||
static refName = "PostsController"
|
static refName = "PostsController"
|
||||||
//static useMiddlewares = ["withAuthentication"]
|
//static useMiddlewares = ["withAuthentication"]
|
||||||
|
|
||||||
methods = {
|
methods = {
|
||||||
createPost: async (payload) => {
|
createPost: async (payload) => {
|
||||||
const { user_id, message, additions } = payload
|
const { user_id, message, additions } = payload
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user