update routes

This commit is contained in:
2024-11-29 16:33:37 +07:00
parent 85b01e00ad
commit ba2a06ff13
4 changed files with 24 additions and 32 deletions

View File

@ -13,7 +13,6 @@
"max_upload": 104857600,
"morgan": "combined",
"cors": "*",
"prefix_api": "/api/",
"ssl": {
"enable": false,
"cert": "",

View File

@ -8,12 +8,11 @@
"server": {
"port": "4001",
"host": "0.0.0.0",
"host_swagger": "https://bri-dev.shiblysolution.id/api/u",
"host_swagger": "https://bri-dev.shiblysolution.id:4001",
"max_body": "50mb",
"max_upload": 104857600,
"morgan": "combined",
"cors": "*",
"prefix_api": "/",
"ssl": {
"enable": false,
"cert": "/etc/letsencrypt/live/bri-dev.shiblysolution.id/fullchain.pem",