diff options
Diffstat (limited to 'api/rest.go')
-rw-r--r-- | api/rest.go | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/api/rest.go b/api/rest.go index 79a13597..91b98e57 100644 --- a/api/rest.go +++ b/api/rest.go @@ -46,14 +46,6 @@ const ( const REST_PORT = 8080 -const ( - _ = iota - JSON_FORMATTED - JSON_UN_FORMATTED -) - -var JsonFormat int = JSON_FORMATTED - // trigger struct for exchanging information in the rest and peer. // rest and peer operated at different thread. |