diff --git a/Makefile b/Makefile index e9cf8c3..f288ba3 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,9 @@ build: clean run: bee run -gendoc=true -downdoc=true +dev: + bee generate routers && HTTPPORT=8093 bee run -gendoc=true -downdoc=true + debug: bee run -downdebug -gendebug diff --git a/README.md b/README.md index 5115882..d233380 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ To build : bee generate routers bee run -gendoc=true -downdoc=true +OR + make dev If default Swagger page is displayed instead of tyour api, change url in swagger/index.html file to :