From 7e1dcc921e8a6417b9dcabe0612002277b7a79fa Mon Sep 17 00:00:00 2001 From: moriyamayasunobu Date: Sat, 14 May 2016 13:51:50 +0900 Subject: [PATCH 1/2] Update config-webapi.ru --- webapi/config-webapi.ru | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapi/config-webapi.ru b/webapi/config-webapi.ru index 43e3689..f86161e 100644 --- a/webapi/config-webapi.ru +++ b/webapi/config-webapi.ru @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- - +# hello $LOAD_PATH.unshift File.expand_path('../lib', __FILE__) require 'rubygems' @@ -32,4 +32,4 @@ map '/api' do map '/0.0.1' do run Webapi::Endpoints::V001::Webapi.new end -end \ No newline at end of file +end From 18e52deb99b39449281283e710bcc5840c64f3c5 Mon Sep 17 00:00:00 2001 From: moriyamayasunobu Date: Sat, 14 May 2016 13:53:01 +0900 Subject: [PATCH 2/2] add comment --- webapi/config-webapi.ru | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapi/config-webapi.ru b/webapi/config-webapi.ru index f86161e..226b0a2 100644 --- a/webapi/config-webapi.ru +++ b/webapi/config-webapi.ru @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# hello +# hello2 $LOAD_PATH.unshift File.expand_path('../lib', __FILE__) require 'rubygems'