From 4cc9086584c999854b5640a6cac1f834dfd932c0 Mon Sep 17 00:00:00 2001 From: izawa-shotaro <31199197+izawa-shotaro@users.noreply.github.com> Date: Mon, 21 Aug 2017 13:49:36 +0900 Subject: [PATCH] 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..f40fca0 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