diff options
author | Clément Delafargue <39330590+clementd-fretlink@users.noreply.github.com> | 2019-10-07 09:55:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-07 09:55:50 +0200 |
commit | 027a2fa61a6044b2e967b29195312e4d98a96078 (patch) | |
tree | d6ffd754b83687e45db23522aa8273218071732e /dhall/server/service/Service.dhall | |
parent | cfcebcd5f0c7a99ab60de773e67e7ee35e8b0f0a (diff) | |
parent | 25bf64cbc9a8ed4fef36c15756f9d7f8e96e2d06 (diff) | |
download | ansible-kong-app-0.20.tar.gz ansible-kong-app-0.20.tar.zst ansible-kong-app-0.20.zip |
Merge pull request #17 from clementd-fretlink/polykindsv0.20
upgrade dhall to 1.26.1 and merge types and terms
Diffstat (limited to 'dhall/server/service/Service.dhall')
-rw-r--r-- | dhall/server/service/Service.dhall | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dhall/server/service/Service.dhall b/dhall/server/service/Service.dhall index f238553..7fb1ef4 100644 --- a/dhall/server/service/Service.dhall +++ b/dhall/server/service/Service.dhall | |||
@@ -1,5 +1,5 @@ | |||
1 | let Plugin = ./plugin/Plugin.dhall | 1 | let Plugin = ./plugin/Plugin.dhall |
2 | 2 | ||
3 | in let Route = ./route/Route.dhall | 3 | let Route = ./Route.dhall |
4 | 4 | ||
5 | in { name : Text, url : Text, plugins : List Plugin, routes : List Route } | 5 | in { name : Text, url : Text, plugins : List Plugin, routes : List Route } |