Skip to content

Commit

Permalink
Use proxy url for jsonapi query.
Browse files Browse the repository at this point in the history
  • Loading branch information
reynoldsalec committed Dec 27, 2023
1 parent e79a364 commit 3d179d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/drupal10-nginx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ lando drush si --db-url=mysql://drupal10:drupal10@database/drupal10 -y

# Should be able to access jsonapi
cd nginx
lando ssh -c "curl appserver/jsonapi" | grep "action--action"
lando drush en jsonapi -y
lando ssh -c "curl lando-drupal10-nginx.lndo.site/jsonapi" | grep "action--action"
```

Destroy tests
Expand Down

0 comments on commit 3d179d1

Please sign in to comment.