UNPKG

generator-express-no-stress

Version:

Awesome APIs with ExpressJS and OpenAPI/Swagger: Features automatic request validation, interactive api doc, and more.

22 lines (19 loc) 313 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title> <%= title %> </title> </head> <body> <h1>Welcome to <%= title %> </h1> <ul> <li> <h3><a href="/api-explorer/">Interactive API Doc!</a></h3> </li> </ul> </body> </html>