From 2ddca92b9660530dcbae9ee4ea046eef6f022e5a Mon Sep 17 00:00:00 2001 From: aviau Date: Thu, 21 Aug 2014 16:02:23 -0400 Subject: [PATCH] Fixed command web prefix Change-Id: I06a0378906df517179a276c680927509333d9b50 --- doc/source/webapi/v1.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/webapi/v1.rst b/doc/source/webapi/v1.rst index f56b5d3..2cdd11e 100644 --- a/doc/source/webapi/v1.rst +++ b/doc/source/webapi/v1.rst @@ -26,10 +26,10 @@ Commands ======== .. rest-controller:: surveil.api.controllers.v1.commands:CommandsController - :webprefix: /v1/hosts + :webprefix: /v1/commands .. rest-controller:: surveil.api.controllers.v1.commands:CommandController - :webprefix: /v1/hosts + :webprefix: /v1/commands .. autotype:: surveil.api.controllers.v1.datamodel.command.Command :members: \ No newline at end of file