X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FUI.git;a=blobdiff_plain;f=skyquake%2Fplugins%2Flogging%2Froutes.js;h=02b4514cfc61f9b3a4cca12b600cab2e599146b9;hp=6c6df7860ec654fd8dc9495a6d530f7866c18d7f;hb=0aadbcad27e706cedd916b4140bc621eaf46a516;hpb=27eea26c0b90dc1482aa785837b7c56da6090eaf diff --git a/skyquake/plugins/logging/routes.js b/skyquake/plugins/logging/routes.js index 6c6df7860..02b4514cf 100644 --- a/skyquake/plugins/logging/routes.js +++ b/skyquake/plugins/logging/routes.js @@ -1,5 +1,5 @@ /* - * + * * Copyright 2016 RIFT.IO Inc * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -71,7 +71,7 @@ var loggingRoutes = [ }, { method: 'DELETE', - endpoint: '/api/config/default-syslog-severity', + endpoint: '/api/config/default-syslog-severity/:nulledCategories', apiHandler: loggingAPI['config'].deleteDefaultSyslogSeverity }, {