This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"url": "https://gist.githubusercontent.com/r2tunes/e541da57c7a2f218410f4dbaf8b3bd96/raw/70ca520353da5d1c2ff6ad3b17abcd90485d8cea/test.yaml", | |
"urls": [ | |
{ | |
"url": "https://gist.githubusercontent.com/r2tunes/e541da57c7a2f218410f4dbaf8b3bd96/raw/70ca520353da5d1c2ff6ad3b17abcd90485d8cea/test.yaml", | |
"name": "Login" | |
} | |
] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
swagger: '2.0' | |
info: | |
version: 1.0.0 | |
title: Login Page | |
description: '<div class="login-form"> | |
<div class="heading"> | |
<h1>Login - Swagger UI</h1> | |
</div> | |
<div class="form-container"> | |
<form action="http://127.0.0.1:5000/" method="post" class="form-signin"> |