Skip to content

Commit

Permalink
changed test server to run on port 80
Browse files Browse the repository at this point in the history
  • Loading branch information
arnegevaert committed Jul 14, 2017
1 parent c250b4c commit 7c112f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_server.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

php -S localhost:3000 -t src/
php -S 127.0.0.1:80 -t src/

0 comments on commit 7c112f0

Please sign in to comment.