1
0
Fork 0
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:
Henrik Hautakoski 2022-08-16 19:49:25 +02:00
parent da8a53aa3c
commit 83a2ddf2ed
No known key found for this signature in database
GPG key ID: 608414D93E862CCD
2 changed files with 2 additions and 67 deletions

View file

@ -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