Add Go/Postgres admin APIs, Angular admin UI, manual build flow, asset uploads, markdown import/export, configurable slug generation, and the Yar reading theme. Exclude local docs and generated development artifacts from version control.
17 lines
316 B
JSON
17 lines
316 B
JSON
{
|
|
"/api": {
|
|
"target": "http://127.0.0.1:8080",
|
|
"secure": false,
|
|
"changeOrigin": true
|
|
},
|
|
"/healthz": {
|
|
"target": "http://127.0.0.1:8080",
|
|
"secure": false,
|
|
"changeOrigin": true
|
|
},
|
|
"/readyz": {
|
|
"target": "http://127.0.0.1:8080",
|
|
"secure": false,
|
|
"changeOrigin": true
|
|
}
|
|
}
|