From 069dadd78ee9482f5cedf9c37c39ead9aaa53644 Mon Sep 17 00:00:00 2001 From: Lari Taskula Date: Tue, 14 Jun 2016 15:41:34 +0300 Subject: [PATCH] Bug 16212: Move from misc/devel to api/v1 Move minifySwagger.pl from misc/devel to api/v1 since it is directly related to swagger.json and the usage is simplified when it is in the same location with swagger.json. --- {misc/devel => api/v1}/minifySwagger.pl | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {misc/devel => api/v1}/minifySwagger.pl (100%) diff --git a/misc/devel/minifySwagger.pl b/api/v1/minifySwagger.pl similarity index 100% rename from misc/devel/minifySwagger.pl rename to api/v1/minifySwagger.pl -- 1.9.1