Skip to content

Commit

Permalink
Misc
Browse files Browse the repository at this point in the history
  • Loading branch information
sdfi1984 committed Jan 14, 2021
1 parent ac5d63a commit f94a248
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ object ApiRouter {
}

//TODO SSL/TLS please
val wsProtocolPrefix = "ws://"
val httpProtocolPrefix = "https://"
val wsProtocolPrefix = "ws://"

val wsURL = wsProtocolPrefix + setter.ip + ":" + setter.PortWs
val apiURL = httpProtocolPrefix + setter.domain + ":" + setter.PortHttp + setter.apiSuffix
Expand Down

0 comments on commit f94a248

Please sign in to comment.