|
|
|
@ -9,7 +9,7 @@ import json, jwt |
|
|
|
# import os |
|
|
|
# import os |
|
|
|
|
|
|
|
|
|
|
|
import app_store_notifications_v2_validator as asn2 |
|
|
|
import app_store_notifications_v2_validator as asn2 |
|
|
|
|
|
|
|
from app_store_notifications_v2_validator import InvalidTokenError |
|
|
|
|
|
|
|
|
|
|
|
def index(request): |
|
|
|
def index(request): |
|
|
|
return HttpResponse("Hello, world. You're at the subs index.") |
|
|
|
return HttpResponse("Hello, world. You're at the subs index.") |
|
|
|
|