Skip to content

Commit 862cc14

Browse files
authored
Update Makefile
1 parent 36362d2 commit 862cc14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ docker-up: config/components-dev.local.php config/components-test.local.php env.
2929
docker-compose exec backend-php sh -c 'cd /app && composer install'
3030
@echo ""
3131
@echo "API: http://localhost:8337/"
32-
@echo "API docs: http://localhost:8337/docs/index.html"
32+
# @echo "API docs: http://localhost:8337/docs/index.html" # not yet :)
3333
@echo "Backend: http://localhost:8338/"
3434
@echo ""
3535

0 commit comments

Comments
 (0)