mirror of
https://github.com/codex-storage/nim-codex.git
synced 2025-02-19 16:24:32 +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.
6 lines
108 B
Nim
6 lines
108 B
Nim
import ./manifest/coders
|
|
import ./manifest/manifest
|
|
import ./manifest/types
|
|
|
|
export types, manifest, coders
|