mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-23 10:27:28 -07:00
oops
This commit is contained in:
parent
932c6e3d86
commit
5c67639f45
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ extends ../../layout.pug
|
||||||
include ../mixins
|
include ../mixins
|
||||||
|
|
||||||
block meta
|
block meta
|
||||||
link(rel="stylesheet" href="/assets/api/endpoints/style.css")
|
link(rel="stylesheet" href="/docs/assets/api/endpoints/style.css")
|
||||||
|
|
||||||
block main
|
block main
|
||||||
h1= endpoint
|
h1= endpoint
|
||||||
|
|
|
@ -2,7 +2,7 @@ extends ../../layout.pug
|
||||||
include ../mixins
|
include ../mixins
|
||||||
|
|
||||||
block meta
|
block meta
|
||||||
link(rel="stylesheet" href="/assets/api/entities/style.css")
|
link(rel="stylesheet" href="/docs/assets/api/entities/style.css")
|
||||||
|
|
||||||
block main
|
block main
|
||||||
h1= name
|
h1= name
|
||||||
|
|
Loading…
Reference in a new issue