Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change server port #176

Merged
merged 2 commits into from
Jun 1, 2022
Merged

Change server port #176

merged 2 commits into from
Jun 1, 2022

Conversation

OmerShoulstein
Copy link
Collaborator

No description provided.

@OmerShoulstein OmerShoulstein added the draft Under constructions label May 31, 2022
@OmerShoulstein OmerShoulstein added this to the Web Server + API milestone May 31, 2022
@OmerShoulstein OmerShoulstein self-assigned this May 31, 2022
@OmerShoulstein OmerShoulstein linked an issue May 31, 2022 that may be closed by this pull request
Copy link
Collaborator

@Tom-stack3 Tom-stack3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still have to change in:
ContactsController.cs

  257,59:         if (server != "localhost" && server != "localhost:7090")
  260,82:             var invitation = new Invitation(currentUser.Username, id, "localhost:7090");
  277,63:             if (server == "localhost" || server == "localhost:7090")

OuterUser.cs

  16,58:         Server = user.Server == "localhost" ? "localhost:7090" : user.Server;

@OmerShoulstein OmerShoulstein requested a review from Tom-stack3 May 31, 2022 18:44
@TomBenDor TomBenDor added cleanup Internal code refactoring and removed draft Under constructions labels Jun 1, 2022
@TomBenDor TomBenDor merged commit 5f34f8c into milestone-2 Jun 1, 2022
@TomBenDor TomBenDor deleted the 173-change-port-of-web-api branch June 1, 2022 06:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup Internal code refactoring
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Change port of Web-API
3 participants