mirror of
https://github.com/status-im/nim-json-rpc.git
synced 2025-02-24 10:18:15 +00:00
Export chronicles in server
This commit is contained in:
parent
13ae592738
commit
b2780cd8c2
@ -1,8 +1,8 @@
|
||||
import json, tables, options, macros
|
||||
import asyncdispatch2, router
|
||||
import asyncdispatch2, router, chronicles
|
||||
import jsonmarshal
|
||||
|
||||
export asyncdispatch2, json, jsonmarshal, router
|
||||
export asyncdispatch2, json, jsonmarshal, router, chronicles
|
||||
|
||||
type
|
||||
RpcServer* = ref object of RootRef
|
||||
|
Loading…
x
Reference in New Issue
Block a user