feat: API Handlers
This commit is contained in:
parent
b753631012
commit
f389c9c876
8 changed files with 249 additions and 71 deletions
2
Makefile
2
Makefile
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue