Skip to content
This repository has been archived by the owner on Oct 20, 2020. It is now read-only.

Commit

Permalink
Clean up-2
Browse files Browse the repository at this point in the history
  • Loading branch information
jmnie committed Feb 25, 2020
1 parent f1a44f4 commit 8f8f826
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/command.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef COMMAND_H
#define COMMAND_H

#define SERVER_IP "127.0.0.1" //"121.36.20.9"
#define SERVER_IP "127.0.0.1"
#define REGISTER "1"
#define LOGIN "2"
#define MESSAGE "3"
Expand Down
2 changes: 1 addition & 1 deletion server/command.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef COMMAND_H
#define COMMAND_H

#define IP "121.36.20.9"
#define IP "127.0.0.1"
#define REGISTER '1'
#define LOGIN '2'
#define MESSAGE '3'
Expand Down
Binary file removed server/main
Binary file not shown.

0 comments on commit 8f8f826

Please sign in to comment.