refactor: move main package

This commit is contained in:
2026-06-14 03:04:49 +03:00
parent 028b3c461e
commit ea645860cf
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
PHONY: docs
docs:
swag init -g cmd/main.go --output docs/
swag init -g cmd/backend/main.go --output docs/
View File