mirror of
https://github.com/cs01/termpair.git
synced 2026-04-26 21:15:55 +03:00
[GH-ISSUE #38] Running termpair serve defaults to port 80 but termpair share uses port 8000? #15
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#15
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?
Originally created by @1Mark on GitHub (May 31, 2021).
Original GitHub issue: https://github.com/cs01/termpair/issues/38
Seems that somehow termpair share defaults to port 80 somehow
Window 1
Window 2
use
-p 8000for both commands fixes the issue, but it makes me wonder if this is a bug or-pshould be mandatory?same issue after running
pipx install termpair(so it's not to do with usingpipx run)@cs01 commented on GitHub (Jun 1, 2021):
Thanks for the report. I agree making the default ports match would make it more usable. I'll add in the future, unless someone beats me to it with a pull request.