⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.81
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
Server Software:
Apache/2.4.62 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.25
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
id
/
ecommerce.dev-unit.com
/
storage
/
View File Name :
swagger.blade.php
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>B2C E-Commerce API Documentation</title> <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/swagger-ui-dist@5/swagger-ui.css"> <style> body { margin: 0; padding: 0; } .swagger-ui .topbar { background-color: #1e88e5; } .swagger-ui .topbar .download-url-wrapper .download-url-button { background-color: #1565c0; } </style> </head> <body> <div id="swagger-ui"></div> <script src="https://cdn.jsdelivr.net/npm/swagger-ui-dist@5/swagger-ui-bundle.js"></script> <script src="https://cdn.jsdelivr.net/npm/swagger-ui-dist@5/swagger-ui-standalone-preset.js"></script> <script> window.onload = function() { const ui = SwaggerUIBundle({ url: 'swagger.yaml', dom_id: '#swagger-ui', deepLinking: true, presets: [ SwaggerUIBundle.presets.apis, SwaggerUIStandalonePreset ], layout: 'StandaloneLayout', defaultModelsExpandDepth: 1, defaultModelExpandDepth: 1, docExpansion: 'list', tryItOutEnabled: true, persistAuthorization: true, displayRequestDuration: true, displayOperationId: false, filter: true, showRequestHeaders: true, syntaxHighlight: { activate: true, theme: 'monokai' } }); }; </script> </body> </html>