feat: add openapi design doc

This commit is contained in:
cătălin 2022-06-28 10:12:35 +02:00
commit 02ed6be314
No known key found for this signature in database
GPG key ID: C378F1E869F05A95
4 changed files with 187 additions and 0 deletions

15
Caddyfile Normal file
View file

@ -0,0 +1,15 @@
http://localhost
route /api/v1/* {
uri strip_prefix /api/v1
reverse_proxy app
}
route /docs/* {
uri strip_prefix /docs
file_server {
root /usr/share/caddy/www/design
index index.html
browse true
}
}