urouter/README.md

32 lines
471 B
Markdown
Raw Normal View History

2023-06-21 08:57:00 +03:00
# urouter
Fork of [ivabus/aliurl](https://github.com/ivabus/aliurl) that routes statically.
## Installation
```shell
git clone https://github.com/ivabus/urouter
cd urouter
```
Edit `alias.json` and `cargo run`
## `alias.json` example
```json
[
{
"uri": "uri",
"alias": "file"
},
{
"uri": "uri2",
"alias": "http://example.com",
"is_url": true
}
]
```
## License
The project is licensed under the terms of the [MIT license](./LICENSE).%