mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 16:31:11 +00:00
17 lines
241 B
Markdown
17 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
|