Change order
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
require 'sinatra'
|
||||
require 'sinatra/json'
|
||||
|
||||
unless ENV['RACK_ENV'] == 'production'
|
||||
require 'dotenv'
|
||||
Dotenv.load
|
||||
@@ -10,6 +7,9 @@ require 'http'
|
||||
require 'jwt'
|
||||
require 'securerandom'
|
||||
|
||||
require 'sinatra'
|
||||
require 'sinatra/json'
|
||||
|
||||
configure do
|
||||
# change to https://api.devicecheck.apple.com for production app, ie. App in App Store / Testflight
|
||||
set :device_check_api_url, 'https://api.development.devicecheck.apple.com'
|
||||
|
||||
Reference in New Issue
Block a user