Export chronicles in server

This commit is contained in:
coffeepots 2018-07-11 11:03:01 +01:00
parent 13ae592738
commit b2780cd8c2

View File

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