1 parent 72eb611 commit 541375fCopy full SHA for 541375f
1 file changed
src/Pages/Index.cshtml.cs
@@ -9,7 +9,7 @@ public class IndexModel : PageModel
9
{
10
public List<ListPageDto> Checkins { get; private set; } = [];
11
12
- const string SqliteConnectionString = @"Data Source=/Users/craig/Development/checkin/db.db";
+ const string SqliteConnectionString = @"Data Source=/data/db.db";
13
14
public void OnGet() {}
15
0 commit comments