diff options
author | Melody Horn / boringcactus <melody@boringcactus.com> | 2021-06-14 18:35:22 -0600 |
---|---|---|
committer | Melody Horn / boringcactus <melody@boringcactus.com> | 2021-06-14 18:35:22 -0600 |
commit | 6bcb3620d8be2f3bcfe72432d17955827894bb6e (patch) | |
tree | e2429d5791ab1cdb90dce7c76e9241e2c7405cd0 /examples | |
parent | 19b851c71ee8c7499046936771446e6ae6e60c16 (diff) | |
download | tosin-6bcb3620d8be2f3bcfe72432d17955827894bb6e.tar.gz tosin-6bcb3620d8be2f3bcfe72432d17955827894bb6e.zip |
make backend more explicit
Diffstat (limited to 'examples')
-rw-r--r-- | examples/tutorial02/main.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/tutorial02/main.rs b/examples/tutorial02/main.rs index c662001..eeb7524 100644 --- a/examples/tutorial02/main.rs +++ b/examples/tutorial02/main.rs @@ -17,7 +17,6 @@ fn settings() -> Settings { &polls::APP, &admin::APP, ], - database_url: "example_data.sqlite3", ..Settings::default() } } |