From 93856293933337c6db9771a52fdcc8f25419df5c Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Tue, 8 Jul 2014 16:02:02 -0400 Subject: [PATCH] Move REST API app icon to the tools section --- mayan/apps/rest_api/registry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mayan/apps/rest_api/registry.py b/mayan/apps/rest_api/registry.py index 96b628b40f..83af108688 100644 --- a/mayan/apps/rest_api/registry.py +++ b/mayan/apps/rest_api/registry.py @@ -2,4 +2,4 @@ from __future__ import absolute_import from .links import link_api -setup_links = [link_api] +tool_links = [link_api]