pre_develop
daiao 6 years ago
parent 4a42989a33
commit 833a99dfb6

@ -34,7 +34,7 @@ module Mobile
version 'v1', using: :path
format :json
content_type :json, "application/json;charset=UTF-8"
use ActionDispatch::Session::CookieStore
use ActionDispatch::Session::CookieStore, key: '_educoder_session'
require 'digest'
use Mobile::Middleware::ErrorHandler

Loading…
Cancel
Save