From 393678468d48559af0c45549f1a13b2b1a27b487 Mon Sep 17 00:00:00 2001 From: HaradaTomohiro Date: Sat, 20 May 2017 13:28:15 +0900 Subject: [PATCH 1/2] Add Comment --- 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..96c044f 100644 --- a/webapi/config-webapi.ru +++ b/webapi/config-webapi.ru @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# Hello World!! $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 From 552f7c7d20937acc9f37c0f208baeb0cf4e51a6b Mon Sep 17 00:00:00 2001 From: HaradaTomohiro Date: Sat, 20 May 2017 13:31:32 +0900 Subject: [PATCH 2/2] UpdateComment --- 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 96c044f..859a144 100644 --- a/webapi/config-webapi.ru +++ b/webapi/config-webapi.ru @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Hello World!! +# Hello World! $LOAD_PATH.unshift File.expand_path('../lib', __FILE__)