mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-01 00:00:14 +02:00
fix typo
This commit is contained in:
@@ -23,7 +23,7 @@ use std::net::SocketAddr;
|
||||
use tracing_subscriber::{layer::SubscriberExt, util::SubscriberInitExt};
|
||||
|
||||
// this embeddes the migrations into the application binary
|
||||
// the migration path is releative to the `CARGO_MANIFEST_DIR`
|
||||
// the migration path is relative to the `CARGO_MANIFEST_DIR`
|
||||
pub const MIGRATIONS: EmbeddedMigrations = embed_migrations!("migrations/");
|
||||
|
||||
// normally part of your generated schema.rs file
|
||||
|
||||
Reference in New Issue
Block a user