deprecate nat-globelet-playground
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package nat_globelet_playground;
|
||||
|
||||
class Main {
|
||||
static function main() {
|
||||
Main_.main();
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
(let [app (Express.call)
|
||||
port 3000]
|
||||
(app.get "/" ->[req res next] (res.send "Hello World!"))
|
||||
(#unless test
|
||||
(app.listen port ->(print "kiss-express listening at http://localhost:$port"))))
|
||||
|
||||
Reference in New Issue
Block a user