Skip to content

Commit

Permalink
fix: fix type from backenders
Browse files Browse the repository at this point in the history
  • Loading branch information
rasulov1337 committed Dec 13, 2024
1 parent f96f8df commit 359c4e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ build-auth:
go build -o bin/auth_service ./microservices/auth_service/cmd/main.go

build-city:
go build -o bin/city_service ./microservices/citiy_service/cmd/main.go
go build -o bin/city_service ./microservices/city_service/cmd/main.go

build-webapp:
go build -o bin/webapp ./cmd/webapp/
Expand Down

0 comments on commit 359c4e8

Please sign in to comment.