0.3 #146

Merged
edraft merged 359 commits from 0.3 into master 2023-01-12 07:04:40 +01:00
2 changed files with 1 additions and 5 deletions
Showing only changes of commit a685ab9e06 - Show all commits

View File

@ -24,7 +24,7 @@ http {
}
location /api {
proxy_pass http://kdb_bot_staging_1;
proxy_pass http://kdb_bot_prod_1;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection 'upgrade';

View File

@ -1,4 +0,0 @@
export const environment = {
production: true,
apiURL: "http://localhost:5000",
};