From 6f6d5f37f23f94dc9b47086a2a6ed254d9fa8ec9 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. Signed-off-by: Olli-Antti Kivilahti My name is Olli-Antti Kivilahti and I approve this commit. We have been using the Swagger2.0-driven REST API on Mojolicious for 1 year now in production and I am certain we have a pretty good idea on how to work with the limitations of Swagger2.0 --- {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