Skip to content

Commit

Permalink
Update Exchange_Web_App.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
bartpomietlo authored Sep 11, 2024
1 parent c61d787 commit 8d4f8b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/Exchange_Web_App.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ int creating_auth() {

int creating_balance() {
sqlite3* db;
int rc = sqlite3_open("example.db", &db);
char* err_msg = 0;

int rc = sqlite3_open(path_to_database_db, &db);
if (rc) {
Expand Down

0 comments on commit 8d4f8b2

Please sign in to comment.