Skip to content

Commit

Permalink
fix: exporting Api type alias
Browse files Browse the repository at this point in the history
  • Loading branch information
HinsonSIDAN committed Nov 18, 2022
1 parent 44d46dc commit fb044b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* First version. Released on an unsuspecting world.
* branch `main` builds locally and on a remote server; `cabal run` locally produces

## 0.1.0.0 -- 2022-11-17
## 0.1.0.0 -- 2022-11-18

* Test release with 6 endpoints:
1. `createServer`
Expand Down
1 change: 1 addition & 0 deletions src/SIDANPlutusServer.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
{-# LANGUAGE OverloadedStrings #-}

module SIDANPlutusServer (
Api,
createServer,
createEndpoint,
mkV1Validator,
Expand Down

0 comments on commit fb044b3

Please sign in to comment.