Skip to content

Commit

Permalink
Merge pull request #29 from seka/master
Browse files Browse the repository at this point in the history
Specify parse and execute file
  • Loading branch information
kenjis authored Jan 13, 2018
2 parents edd38b8 + 0a0bcc5 commit 377380d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@

cd `dirname $0`/..

php -S 127.0.0.1:8000 -t public/ bin/router.php
php -S 127.0.0.1:8000 -t public/ -f bin/router.php

0 comments on commit 377380d

Please sign in to comment.