Skip to content

Commit 967111c

Browse files
authored
Update server.py
1 parent 90729b7 commit 967111c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

00-Starter-Seed/server.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
import constants
1818

1919
load_dotenv(path.join(path.dirname(__file__), ".env"))
20-
API_AUDIENCE = env[constants.API_ID]
2120
AUTH0_CALLBACK_URL = env[constants.AUTH0_CALLBACK_URL]
2221
AUTH0_CLIENT_ID = env[constants.AUTH0_CLIENT_ID]
2322
AUTH0_CLIENT_SECRET = env[constants.AUTH0_CLIENT_SECRET]

0 commit comments

Comments
 (0)