From a0c8bf9fba31156f1ad7f79dafa98d1f4462b220 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 28 May 2018 14:21:21 -0700 Subject: move API spec to top level directory --- rust/src/bin/fatcatd.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust/src/bin') 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 { Ok(Response::with(( status::Ok, - include_str!("../../fatcat-openapi2.yml"), + include_str!("../../../fatcat-openapi2.yml"), ))) } -- cgit v1.2.3