You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

basicInfo.js 125B

1234567
  1. module.exports = {
  2. openapi: "3.0.3",
  3. info: {
  4. title: "Trampa",
  5. description: "Trampa api"
  6. }
  7. }