feat: API Handlers
This commit is contained in:
parent
3b049a88ca
commit
11d18ba0af
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