feat: delete link

This commit is contained in:
Juan Rodriguez
2024-05-13 10:23:20 +02:00
parent ded84e7fa5
commit 80feadfbd2
11 changed files with 86 additions and 34 deletions
+2 -3
View File
@@ -5,11 +5,10 @@ module App::Lib
class Database
extend Crecto::Repo
Query = Crecto::Repo::Query
Multi = Crecto::Repo::Multi
config do |conf|
conf.uri = ENV["DATABASE_URL"]
end
Crecto::DbLogger.set_handler(STDOUT)
end
end