api specs
This commit is contained in:
5
phoenix/lib/shooting_event_phx/repo.ex
Normal file
5
phoenix/lib/shooting_event_phx/repo.ex
Normal file
@@ -0,0 +1,5 @@
|
||||
defmodule ShootingEventPhx.Repo do
|
||||
use Ecto.Repo,
|
||||
otp_app: :shooting_event_phx,
|
||||
adapter: Ecto.Adapters.SQLite3
|
||||
end
|
||||
Reference in New Issue
Block a user