From 0089830225a455ca227b2f4cb62ca9e03fe1e941 Mon Sep 17 00:00:00 2001 From: KatsukiFujisawa Date: Sat, 14 May 2016 13:40:32 +0900 Subject: [PATCH] Add Comment --- 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..da3255d 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