summaryrefslogtreecommitdiff
path: root/backend/app/Rocket.toml
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2024-10-16 18:22:55 +0100
committerJoe Carstairs <me@joeac.net>2024-10-17 06:55:02 +0100
commit7adaace61a4fe983eba5ded3aaaf624ce6fb9014 (patch)
tree6e0697f9dbb6e249c60af5a92479a86316c55221 /backend/app/Rocket.toml
parent27b95c9186bd45edd4c982a7cc89cf69cf2c5d46 (diff)
Refactors some backend stuff to core lib
Diffstat (limited to 'backend/app/Rocket.toml')
-rw-r--r--backend/app/Rocket.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/app/Rocket.toml b/backend/app/Rocket.toml
index bb43355..088d632 100644
--- a/backend/app/Rocket.toml
+++ b/backend/app/Rocket.toml
@@ -1,2 +1,2 @@
[global.databases]
-user_data = { url = "/home/joeac/src/budgeting-app/backend/user_data.sqlite" }
+user_data = { url = "/home/joeac/src/budgeting-app/backend/core/user_data.sqlite" }