Skip to content

Commit

Permalink
updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
AlwinEgger committed Nov 21, 2022
1 parent 36f76a7 commit 0184487
Show file tree
Hide file tree
Showing 3 changed files with 6,753 additions and 6,026 deletions.
6 changes: 3 additions & 3 deletions app/environments/config.js
Expand Up @@ -2,10 +2,10 @@

function getConfig() {
return {
"API_URL": "http://localhost:9000/api-csa1/",
"API_WS_URL": "http://localhost:9000/api-csa1/ws",
"API_URL": "http://localhost:9000/api-try/",
"API_WS_URL": "http://localhost:9000/api-try/ws",
"ENV": "dev",
"version": "2.5.7",
"version": "2.6.0",
"sendStats": true
};
}

0 comments on commit 0184487

Please sign in to comment.