From fb044b39dd8cbfe166b0fec376038f7980c3a398 Mon Sep 17 00:00:00 2001 From: SIDANWhatever Date: Fri, 18 Nov 2022 10:18:28 +0800 Subject: [PATCH] fix: exporting Api type alias --- CHANGELOG.md | 2 +- src/SIDANPlutusServer.hs | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 823c859..5cac1d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` diff --git a/src/SIDANPlutusServer.hs b/src/SIDANPlutusServer.hs index d3dc1cc..17d603b 100644 --- a/src/SIDANPlutusServer.hs +++ b/src/SIDANPlutusServer.hs @@ -3,6 +3,7 @@ {-# LANGUAGE OverloadedStrings #-} module SIDANPlutusServer ( + Api, createServer, createEndpoint, mkV1Validator,