lib/fintecture/api/endpoints/authentication.rb in fintecture-0.1.9 vs lib/fintecture/api/endpoints/authentication.rb in fintecture-0.2.1

- old
+ new

@@ -1,13 +1,13 @@ -module Fintecture - module Api - module Endpoints - module Authentication - - OAUTH_TOKEN_AUTHORIZE = '/token/authorize' - OAUTH_ACCESS_TOKEN = '/accesstoken' - OAUTH_REFRESH_TOKEN = '/refreshtoken' - - end - end - end +module Fintecture + module Api + module Endpoints + module Authentication + + OAUTH_TOKEN_AUTHORIZE = '/token/authorize' + OAUTH_ACCESS_TOKEN = '/accesstoken' + OAUTH_REFRESH_TOKEN = '/refreshtoken' + + end + end + end end \ No newline at end of file