mirror of
https://github.com/urlysses/1991.git
synced 2024-11-01 07:50:56 +11:00
Move app demo to an examples dir
This commit is contained in:
parent
2eef80dd5d
commit
a9c21097b8
10
1991.fs
10
1991.fs
@ -80,13 +80,3 @@ pubvar public
|
||||
create-server 0 start-server ;
|
||||
: /1991 ( "<path> <word>" -- )
|
||||
bl word ' swap count register-route ;
|
||||
|
||||
|
||||
\ App demo:
|
||||
: handle-/ s" fff" ;
|
||||
: handle-hi s" hi!" ;
|
||||
|
||||
/1991 / handle-/
|
||||
/1991 /hi handle-hi
|
||||
|
||||
8080 1991:
|
||||
|
12
examples/app.fs
Normal file
12
examples/app.fs
Normal file
@ -0,0 +1,12 @@
|
||||
\ App demo:
|
||||
include ~+/1991.fs
|
||||
|
||||
s" ~+/examples/public" set-public-path
|
||||
|
||||
: handle-/ s" fff" ;
|
||||
: handle-hi s" hi!" ;
|
||||
|
||||
/1991 / handle-/
|
||||
/1991 /hi handle-hi
|
||||
|
||||
8080 1991:
|
2
examples/public/some.txt
Normal file
2
examples/public/some.txt
Normal file
@ -0,0 +1,2 @@
|
||||
some
|
||||
BODY
|
Loading…
Reference in New Issue
Block a user