diff --git a/blog-api/README.md b/blog-api/README.md index ca15f6d6..7c1ade34 100644 --- a/blog-api/README.md +++ b/blog-api/README.md @@ -1,6 +1,6 @@

- + Yii

Yii Framework API Demo Project


@@ -40,7 +40,7 @@ Change ownership of the app directory to web group: chown -R :www-data . ``` -Usually the application is available at http://localhost:8080. +Usually the application is available at . Authorization is performed via the `X-Api-Key` header. @@ -56,7 +56,6 @@ on how to annotate your code. ./vendor/bin/codecept run ``` - ## Static analysis The code is statically analyzed with [Psalm](https://psalm.dev/). To run static analysis: