服务器地址
This commit is contained in:
parent
2d6a5459d6
commit
874a27d52e
|
|
@ -3,4 +3,4 @@ ENV = 'production'
|
|||
|
||||
# base api
|
||||
# VUE_APP_BASE_API = '/prod-api'
|
||||
VUE_APP_BASE_API = 'http://1.116.154.158:8000/api'
|
||||
VUE_APP_BASE_API = 'https://apitest.ahctc.cn'
|
||||
|
|
|
|||
|
|
@ -720,7 +720,7 @@ class CandidateViewSet(RetrieveModelMixin, ListModelMixin, GenericViewSet):
|
|||
|
||||
class MsgViewSet(CreateModelMixin, ListModelMixin, GenericViewSet):
|
||||
perms_map = [
|
||||
{'get': '*'}, {'post': 'msg_create'}]
|
||||
{'get': 'msg_view'}, {'post': 'msg_create'}]
|
||||
queryset = SendCode.objects.all()
|
||||
serializer_class = MsgSerializer
|
||||
pagination_class = CommonPagination
|
||||
|
|
|
|||
Loading…
Reference in New Issue