We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36362d2 commit 862cc14Copy full SHA for 862cc14
Makefile
@@ -29,7 +29,7 @@ docker-up: config/components-dev.local.php config/components-test.local.php env.
29
docker-compose exec backend-php sh -c 'cd /app && composer install'
30
@echo ""
31
@echo "API: http://localhost:8337/"
32
- @echo "API docs: http://localhost:8337/docs/index.html"
+# @echo "API docs: http://localhost:8337/docs/index.html" # not yet :)
33
@echo "Backend: http://localhost:8338/"
34
35
0 commit comments