mirror of
https://github.com/cs01/termpair.git
synced 2026-04-26 13:05:52 +03:00
[PR #42] [MERGED] always display port in connection instructions #56
Labels
No labels
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/termpair#56
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/cs01/termpair/pull/42
Author: @cs01
Created: 6/2/2021
Status: ✅ Merged
Merged: 6/2/2021
Merged by: @cs01
Base:
master← Head:cs01/change-displayed-port📝 Commits (1)
9442c78always display port in connection instructions📊 Changes
4 files changed (+14 additions, -7 deletions)
View changed files
📝
CHANGELOG.md(+1 -0)📝
README.md(+3 -1)📝
termpair/frontend_src/src/App.js(+9 -5)📝
termpair/main.py(+1 -1)📄 Description
Previously it was assumed if the port was not defined in
window.locationthat it was running on port 80. However, if the protocol ishttpsit is running on port 443, not port 80.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.