Skip to content

Commit e2f4692

Browse files
committed
refactor
1 parent 2ad4d66 commit e2f4692

File tree

4 files changed

+2
-770
lines changed

4 files changed

+2
-770
lines changed

services/payments/gateway/Makefile

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@ include ../../../scripts/common.Makefile
22

33

44

5-
.PHONY: run-devel
6-
run-devel: ## runs example_payment_gateway server
7-
# SEE http://127.0.0.1:8000/docs
8-
set -o allexport; source .env-secret; set +o allexport; \
9-
uvicorn example_payment_gateway:the_app --reload
10-
115
.PHONY: openapi.json
126
openapi.json: ## creates OAS
13-
@set -o allexport; source .env-secret; set +o allexport; \
14-
python example_payment_gateway.py openapi > $@
7+
example_payment_gateway.py openapi > $@

0 commit comments

Comments
 (0)