dev_local
parent
51865b6416
commit
5081ccc882
@ -1,19 +0,0 @@
|
|||||||
# encoding=utf-8
|
|
||||||
module Mobile
|
|
||||||
module Apis
|
|
||||||
class Ecloud < Grape::API
|
|
||||||
# before {authenticate!}
|
|
||||||
content_type :json, 'application/json;charset=UTF-8'
|
|
||||||
|
|
||||||
resources :ecloud do
|
|
||||||
|
|
||||||
desc "ecloud接口测试"
|
|
||||||
|
|
||||||
post 'list' do
|
|
||||||
EcloudService.new.list(params)
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
|
@ -1,3 +0,0 @@
|
|||||||
# Place all the behaviors and hooks related to the matching controller here.
|
|
||||||
# All this logic will automatically be available in application.js.
|
|
||||||
# You can use CoffeeScript in this file: http://jashkenas.github.com/coffee-script/
|
|
@ -1,3 +0,0 @@
|
|||||||
# Place all the behaviors and hooks related to the matching controller here.
|
|
||||||
# All this logic will automatically be available in application.js.
|
|
||||||
# You can use CoffeeScript in this file: http://jashkenas.github.com/coffee-script/
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue