feat: API Handlers

This commit is contained in:
Karan Sharma 2021-02-27 14:01:59 +05:30
parent b753631012
commit f389c9c876
8 changed files with 249 additions and 71 deletions

View file

@ -23,7 +23,7 @@ run-cli: build-cli ## Build and Execute the CLI binary after the build step.
.PHONY: run-api
run-api: build-api ## Build and Execute the API binary after the build step.
${API_BIN}
${API_BIN} --config config-api-sample.toml
.PHONY: clean
clean: