forked from Chill-project/chill-skeleton-basic
initial commit
This commit is contained in:
11
templates/api/dev.swagger.html.twig
Normal file
11
templates/api/dev.swagger.html.twig
Normal file
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Swagger UI for Chill</title>
|
||||
{{ encore_entry_script_tags('swagger') }}
|
||||
{{ encore_entry_link_tags('swagger') }}
|
||||
</head>
|
||||
<body>
|
||||
<div id="swag"></div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user