This website requires JavaScript.
Explore
Help
Sign In
cerebrate-project
/
cerebrate
mirror of
https://github.com/cerebrate-project/cerebrate
Watch
1
Star
0
Fork
You've already forked cerebrate
0
Code
Issues
Releases
Wiki
Activity
e13dc152e7
cerebrate
/
templates
/
Api
/
index.php
2 lines
95 B
PHP
Raw
Normal View
History
Unescape
Escape
new: add /api openapi spec view with redoc, add faker to fixtures, validate api responses with openapi spec, add /api/v1/ prefix to api routes
2022-01-07 13:45:52 +01:00
<
redoc
spec
-
url
=
'<?php echo $url ?>'
></
redoc
>
chg: [api:index] Serve redoc script directly form the server
2022-01-20 14:54:47 +01:00
<
?
=
$this
->
Html
->
script
(
'redoc.standalone.js'
)
?>