Added missing /
This commit is contained in:
parent
d2f89ab827
commit
6b1a6467f0
@ -91,6 +91,6 @@ macro_rules! absolute_path {
|
|||||||
macro_rules! absolute_path {
|
macro_rules! absolute_path {
|
||||||
($filename:literal) => {
|
($filename:literal) => {
|
||||||
include_str!(concat!("/static/", $filename))
|
include_str!(concat!("/static/", $filename))
|
||||||
.replace("{{docs}}", "simplify-truths/v2/openapi")
|
.replace("{{docs}}", "/simplify-truths/v2/openapi")
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user