From 2fe36427ce7e93244d54321a84fe1587b549e3d0 Mon Sep 17 00:00:00 2001 From: hy-devel Date: Sat, 16 May 2015 13:29:18 +0900 Subject: [PATCH] Update config-webapi.ru test commit --- webapi/config-webapi.ru | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webapi/config-webapi.ru b/webapi/config-webapi.ru index 43e3689..cdb5369 100644 --- a/webapi/config-webapi.ru +++ b/webapi/config-webapi.ru @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# hello $LOAD_PATH.unshift File.expand_path('../lib', __FILE__) @@ -32,4 +33,4 @@ map '/api' do map '/0.0.1' do run Webapi::Endpoints::V001::Webapi.new end -end \ No newline at end of file +end