Skip to content

Commit 12c9b29

Browse files
TuntiiCopilot
andauthored
Update docs/cookbook/src/recipes/status_page.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent c3605bc commit 12c9b29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cookbook/src/recipes/status_page.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ If you need more control, you can customize the path and title of the status pag
119119

120120
```rust
121121
use rustapi_rs::prelude::*;
122-
use rustapi_core::status::StatusConfig;
122+
use rustapi_rs::status::StatusConfig;
123123

124124
#[rustapi::main]
125125
async fn main() -> Result<()> {

0 commit comments

Comments
 (0)