Skip to content

Commit 541375f

Browse files
committed
Oh my goodness.
1 parent 72eb611 commit 541375f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Pages/Index.cshtml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public class IndexModel : PageModel
99
{
1010
public List<ListPageDto> Checkins { get; private set; } = [];
1111

12-
const string SqliteConnectionString = @"Data Source=/Users/craig/Development/checkin/db.db";
12+
const string SqliteConnectionString = @"Data Source=/data/db.db";
1313

1414
public void OnGet() {}
1515

0 commit comments

Comments
 (0)