Merge pull request #1880 from zhaqenl/master
Fix misplaced `#@` tag macro
This commit is contained in:
commit
1112472f00
1
AUTHORS
1
AUTHORS
@ -96,3 +96,4 @@
|
|||||||
* Noah Snelson <noah.snelson@protonmail.com>
|
* Noah Snelson <noah.snelson@protonmail.com>
|
||||||
* Adam Porter <adam@alphapapa.net>
|
* Adam Porter <adam@alphapapa.net>
|
||||||
* Gábor Lipták <gliptak@gmail.com>
|
* Gábor Lipták <gliptak@gmail.com>
|
||||||
|
* Raymund MARTINEZ <zhaqenl@protonmail.com>
|
||||||
|
@ -105,7 +105,7 @@ in Hy::
|
|||||||
(import cherrypy)
|
(import cherrypy)
|
||||||
|
|
||||||
(defclass HelloWorld []
|
(defclass HelloWorld []
|
||||||
(#@ cherrypy.expose (defn index [self]
|
#@(cherrypy.expose (defn index [self]
|
||||||
"Hello World!")))
|
"Hello World!")))
|
||||||
|
|
||||||
(cherrypy.quickstart (HelloWorld))
|
(cherrypy.quickstart (HelloWorld))
|
||||||
|
Loading…
Reference in New Issue
Block a user