aboutsummaryrefslogtreecommitdiff
path: root/src/guff/api-handler.cr
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2016-03-06 16:21:30 -0500
committerPaul Duncan <pabs@pablotron.org>2016-03-06 16:21:30 -0500
commit7effc93a6f3da8ab7b37f274b2aac33bfd7ee4b1 (patch)
treee4273ba1b96a227a44cee6e9761f69c83947482d /src/guff/api-handler.cr
parent1fe6de5ab9f97c027047743e10a0ce8676525916 (diff)
downloadold-guff-7effc93a6f3da8ab7b37f274b2aac33bfd7ee4b1.tar.bz2
old-guff-7effc93a6f3da8ab7b37f274b2aac33bfd7ee4b1.zip
add site methods
Diffstat (limited to 'src/guff/api-handler.cr')
-rw-r--r--src/guff/api-handler.cr7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/guff/api-handler.cr b/src/guff/api-handler.cr
index e4d7fc4..5327949 100644
--- a/src/guff/api-handler.cr
+++ b/src/guff/api-handler.cr
@@ -108,6 +108,13 @@ module Guff
remove_tags,
],
+ site: [
+ add_site,
+ remove_sites,
+ set_default,
+ set_domains,
+ ],
+
test: [
version,
get_posts,