change site page response
This commit is contained in:
parent
cc6f85939c
commit
bfa5c18304
|
@ -1 +0,0 @@
|
|||
json.partial! 'info', locals: {page: @page}
|
|
@ -0,0 +1,6 @@
|
|||
json.status 0
|
||||
json.message "success"
|
||||
json.data {
|
||||
json.partial! 'info', locals: {page: @page}
|
||||
}
|
||||
|
Loading…
Reference in New Issue