summaryrefslogtreecommitdiff
path: root/lisp/service/about-us-service.lisp
blob: a4d1d498249f0059f3c9309787230a0deb00f462 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; Base: 10 -*-
(declaim (optimize (speed 0) (safety 3) (debug 3)))

(in-package :woodriverlessons)

(defclass about-us-service (rest-service)
  ()
  (:documentation ""))

(defun about-us-json ()
  (with-noauth (instance about-us-service)
    t))