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