Skip to content
Snippets Groups Projects
Commit 88671a8a authored by thinkerou's avatar thinkerou
Browse files

update route_guide_db path in php example

parent 5098508d
No related branches found
No related tags found
No related merge requests found
...@@ -30,5 +30,6 @@ ...@@ -30,5 +30,6 @@
set -e set -e
cd $(dirname $0) cd $(dirname $0)
php $extension_dir -d extension=grpc.so -d max_execution_time=300 \ php -d extension=grpc.so -d max_execution_time=300 \
route_guide_client.php ../../node/route_guide/route_guide_db.json route_guide_client.php \
../../node/static_codegen/route_guide/route_guide_db.json
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment