Skip to content

Commit

Permalink
correct DNS names for oauth servers
Browse files Browse the repository at this point in the history
  • Loading branch information
WWalshC4 committed Mar 17, 2021
1 parent a3571fa commit fe4a046
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sample_drivers/oauth_example/driver.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ require ('drivers-common-public.global.handlers')
OAuth = require ('oauth.auth_code_grant')
Link = require ('link.make_short_link')

REDIRECT_URI_PROD = 'https://apps.control4.com/'
REDIRECT_URI_DEV = 'https://apps.control4dev.com/'
REDIRECT_URI_PROD = 'https://apps.control4drivers.com/'
REDIRECT_URI_DEV = 'https://apps.control4driversdev.com/'

function OnDriverLateInit ()
for property, _ in pairs (Properties) do
Expand Down

0 comments on commit fe4a046

Please sign in to comment.