UNPKG

@acadix/setup

Version:

Acadix Learning Management System backend application project setup

17 lines 514 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const baseInfo = { openapi: "3.0.3", info: { title: "Acadix Backend Documentation", description: "E-learning Management application", version: "1.0.0", contact: { name: "Acadix Dev Team", email: "acadix@gmail.com", url: "https://example.com", // your website }, }, }; exports.default = baseInfo; //# sourceMappingURL=base_info.js.map