mirror of
https://github.com/eosswedenorg/antelope-api-healthcheck
synced 2026-08-25 20:38:13 +02:00
src/server.go: use code from parse_request.go
This commit is contained in:
parent
da8a53aa3c
commit
83a2ddf2ed
2 changed files with 2 additions and 67 deletions
2
Makefile
2
Makefile
|
|
@ -5,7 +5,7 @@ GOLDFLAGS = -ldflags="-s -w"
|
|||
PREFIX = /usr/local
|
||||
|
||||
PROGRAM_NAME=eosio-api-healthcheck
|
||||
SOURCES=src/main.go src/server.go
|
||||
SOURCES=src/main.go src/server.go src/parse_request.go
|
||||
|
||||
.PHONY: all build/$(PROGRAM_NAME) clean
|
||||
all: build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue