Skip to content

Commit

Permalink
generator
Browse files Browse the repository at this point in the history
  • Loading branch information
bryangerlach committed Sep 11, 2024
1 parent f95b240 commit 16f5aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/views_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def generator_view(request):
if not key:
key = 'OeVuKk5nlHiXp+APNn0Y3pC1Iwpwn44JGqrQCsWqmBw=' #default rustdesk key
if not apiServer:
apiServer = server+":21114"
apiServer = "http://"+server+":21114"
direction = form.cleaned_data['direction']
installation = form.cleaned_data['installation']
settings = form.cleaned_data['settings']
Expand Down

0 comments on commit 16f5aca

Please sign in to comment.