Skip to content

Commit

Permalink
Related bug Orange-OpenSource#3
Browse files Browse the repository at this point in the history
  • Loading branch information
Theo Sweeny committed Jul 28, 2020
1 parent a54cbc2 commit 9310f6d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions account-service/cmd/server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package main

import (
"fmt"
"optisam-backend/account-service/pkg/cmd"
"os"
)

Expand Down
2 changes: 0 additions & 2 deletions common/third_party/protoc-gen-auth.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/bin/bash

protoc --proto_path=auth-service/api/proto/v1 --proto_path=common/third_party --go_out=plugins=grpc:auth-service/pkg/api/v1 auth.proto
protoc --proto_path=auth-service/api/proto/v1 --proto_path=common/third_party --grpc-gateway_out=logtostderr=true:auth-service/pkg/api/v1 auth.proto
protoc --proto_path=auth-service/api/proto/v1 --proto_path=common/third_party --swagger_out=logtostderr=true:auth-service/api/swagger/v1 auth.proto
Expand Down

0 comments on commit 9310f6d

Please sign in to comment.