Files
webserv/README.md
Олег Бородин b81d550442 initial import
2024-01-16 10:34:41 +02:00

21 lines
252 B
Markdown

# SwaggerUI usage example
### Install swag
```
go get -u github.com/swaggo/swag/cmd/swag
go install github.com/swaggo/swag/cmd/swag
```
### Run
```
./configure --enable-devel-mode
make swag run
```
### View
```
http://localhost:8080/api/docs/
```