przekazanie do sekretów do env - test only /// append slash
All checks were successful
continuous-integration/drone Build is passing
All checks were successful
continuous-integration/drone Build is passing
This commit is contained in:
parent
0b1c89da53
commit
676b4b9b20
@ -90,6 +90,8 @@ class SkillViewset(viewsets.ModelViewSet):
|
|||||||
required_scope = ['main']
|
required_scope = ['main']
|
||||||
|
|
||||||
class GetAuthTokenView(APIView):
|
class GetAuthTokenView(APIView):
|
||||||
|
authentication_classes = []
|
||||||
|
permission_classes = []
|
||||||
def post(self, request):
|
def post(self, request):
|
||||||
client_id = settings.REACT_CLIENT_ID
|
client_id = settings.REACT_CLIENT_ID
|
||||||
client_secret = settings.REACT_CLIENT_SECRET
|
client_secret = settings.REACT_CLIENT_SECRET
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user