mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 01:10:10 +00:00
parent
1f24dec3e3
commit
b117e8a23a
178 changed files with 6639 additions and 124 deletions
|
|
@ -11,7 +11,7 @@ const toastConfigFlowChanges = function() {
|
|||
type: 'POST',
|
||||
contentType: "application/json",
|
||||
dataType: "json",
|
||||
url: `${http_prefix}/lua/rest/v1/edit/ntopng/incr_flows.lua`, /* TODO: Change */
|
||||
url: `${http_prefix}/lua/rest/v2/edit/ntopng/incr_flows.lua`, /* TODO: Change */
|
||||
data: JSON.stringify({
|
||||
csrf: toastCSRF,
|
||||
}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue