mirror of
https://github.com/codex-storage/nim-codex.git
synced 2025-02-17 23:36:33 +00:00
Documentation in the REST OpenAPI spec were showing incorrect information about Purchasing endpoints. Update the open api spec to reflect information about purchases, not requests.
10 lines
189 B
Nim
10 lines
189 B
Nim
import pkg/chronicles
|
|
|
|
proc ignoreLogging(level: LogLevel, message: LogOutputStr) =
|
|
discard
|
|
|
|
defaultChroniclesStream.output.writer = ignoreLogging
|
|
|
|
{.warning[UnusedImport]:off.}
|
|
{.used.}
|