Skip to content

Commit

Permalink
Changed default host to use HTTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
jordan-wright committed Sep 18, 2020
1 parent f02819c commit b5d8233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gophish/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from gophish.api import (campaigns, groups, imap, pages, smtp, templates,
webhooks)

DEFAULT_URL = 'http://localhost:3333'
DEFAULT_URL = 'https://localhost:3333'


class GophishClient(object):
Expand Down

0 comments on commit b5d8233

Please sign in to comment.