modified: serv_nginx/api_bb/Makefile

modified:   serv_nginx/api_bb/internal/repository/review_repository.go
change or fix repo getStats function or method
This commit is contained in:
2025-10-15 05:12:37 +05:00
parent a200099f79
commit 6c9bff1c91
2 changed files with 37 additions and 31 deletions
+1 -1
View File
@@ -8,5 +8,5 @@ stop_bb:
build_bb:
docker compose build api_bb --no-cache
run_bb: build
bb: stop_bb build_bb
docker compose up api_bb -d