mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 00:11:11 +00:00
18 lines
241 B
Markdown
18 lines
241 B
Markdown
|
|
# reitit-http example with pedestal
|
||
|
|
|
||
|
|
## Usage
|
||
|
|
|
||
|
|
```clj
|
||
|
|
> lein repl
|
||
|
|
(start)
|
||
|
|
```
|
||
|
|
|
||
|
|
Go with browser to:
|
||
|
|
|
||
|
|
* http://localhost:3000/api/sync - synchronous
|
||
|
|
* http://localhost:3000/api/async - with core.async
|
||
|
|
|
||
|
|
## License
|
||
|
|
|
||
|
|
Copyright © 2018 Metosin Oy
|