Rename bio to about
This commit is contained in:
parent
d10deb6517
commit
321d4bfdae
4 changed files with 10 additions and 10 deletions
src/lib
|
@ -8,13 +8,13 @@
|
|||
#:microcms-api-key)
|
||||
(:export #:get-blog-list
|
||||
#:get-blog-detail
|
||||
#:get-bio
|
||||
#:get-about
|
||||
#:get-work))
|
||||
(in-package :website/lib/cms)
|
||||
|
||||
(setf microcms:*service-domain* (microcms-service-domain))
|
||||
(setf microcms:*api-key* (microcms-api-key))
|
||||
|
||||
(define-object-client bio)
|
||||
(define-object-client about)
|
||||
(define-object-client work)
|
||||
(define-list-client blog)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue