diff options
Diffstat (limited to 'rust/src/bin/fatcatd.rs')
-rw-r--r-- | rust/src/bin/fatcatd.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/src/bin/fatcatd.rs b/rust/src/bin/fatcatd.rs index b50da2be..256027c8 100644 --- a/rust/src/bin/fatcatd.rs +++ b/rust/src/bin/fatcatd.rs @@ -66,7 +66,7 @@ fn main() { fn yaml_handler(_: &mut Request) -> IronResult<Response> { Ok(Response::with(( status::Ok, - include_str!("../../fatcat-openapi2.yml"), + include_str!("../../../fatcat-openapi2.yml"), ))) } |