mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-03 00:43:46 +00:00
Enhancements to documentation generators (samples, default values, etc) (#790)
* enhancements to doc generators (samples, default values, etc) * add 3.3.x to PR template
This commit is contained in:
7
samples/documentation/dynamic-html/main.js
Normal file
7
samples/documentation/dynamic-html/main.js
Normal file
@@ -0,0 +1,7 @@
|
||||
var express = require("express")
|
||||
|
||||
var app = express();
|
||||
var docs_handler = express.static(__dirname + '/docs/');
|
||||
app.use(docs_handler);
|
||||
// start the server
|
||||
app.listen(8002);
|
||||
Reference in New Issue
Block a user