mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-24 22:24:58 +05:00
yo
This commit is contained in:
parent
a89f72338e
commit
26702fef6f
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@ const express = require("express"),
|
||||||
router = express.Router();
|
router = express.Router();
|
||||||
|
|
||||||
router.get("/", function (req, res) {
|
router.get("/", function (req, res) {
|
||||||
|
res.set("Access-Control-Allow-Origin", "*");
|
||||||
|
|
||||||
res.render("docs", {
|
res.render("docs", {
|
||||||
user: req.userInfos,
|
user: req.userInfos,
|
||||||
translate: req.translate,
|
translate: req.translate,
|
||||||
|
|
Loading…
Reference in a new issue