Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Commit

Permalink
Enable daemon
Browse files Browse the repository at this point in the history
  • Loading branch information
fomgleb committed Apr 30, 2023
1 parent 1acca20 commit 5f56dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/server_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ int main(int argc, char **argv) {
return 0;
}

// daemon_server();
daemon_server();

sqlite3 *db = db_open();
db_create_users_table(db);
Expand Down

0 comments on commit 5f56dbd

Please sign in to comment.