mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 00:24:40 +00:00
Interfaces/neighbor - although camel case works in endpoints, better to underscore the actions as phalcon's routing expects camelcase to underscore (https://docs.phalcon.io/3.4/en/routing#defining-routes)
This commit is contained in:
parent
edeff46f3f
commit
41b8feec94
@ -27,11 +27,11 @@
|
||||
<script>
|
||||
$( document ).ready(function() {
|
||||
$("#grid-neighbor").UIBootgrid(
|
||||
{ search:'/api/interfaces/neighbor_settings/searchItem',
|
||||
get:'/api/interfaces/neighbor_settings/getItem/',
|
||||
set:'/api/interfaces/neighbor_settings/setItem/',
|
||||
add:'/api/interfaces/neighbor_settings/addItem/',
|
||||
del:'/api/interfaces/neighbor_settings/delItem/',
|
||||
{ search:'/api/interfaces/neighbor_settings/search_item',
|
||||
get:'/api/interfaces/neighbor_settings/get_item/',
|
||||
set:'/api/interfaces/neighbor_settings/set_item/',
|
||||
add:'/api/interfaces/neighbor_settings/add_item/',
|
||||
del:'/api/interfaces/neighbor_settings/del_item/',
|
||||
options:{
|
||||
formatters: {
|
||||
commands: function (column, row) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user