Commit 00f544b
authored
port 443 as usable elixir_auth_google.ex
In my project i used port 443, so each time i was a trying to access it via this port the connection was blocked.
This solution mighty be simple but it works.
need to do: add error handler case server is using lets say port 4000 or 4001.1 parent a106db4 commit 00f544b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments