mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-24 14:14:59 +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.get("/", function (req, res) {
|
||||
res.set("Access-Control-Allow-Origin", "*");
|
||||
|
||||
res.render("docs", {
|
||||
user: req.userInfos,
|
||||
translate: req.translate,
|
||||
|
|
Loading…
Reference in a new issue