mirror of
https://github.com/Lawin0129/LawinServer.git
synced 2026-01-13 02:42:22 +01:00
Regrouped some of the responses
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
const Express = require("express");
|
||||
const express = Express.Router();
|
||||
const discovery = require("./../responses/discovery/discovery_frontend.json");
|
||||
const discovery = require("./../responses/Athena/Discovery/discovery_frontend.json");
|
||||
|
||||
express.post("*/discovery/surface/*", async (req, res) => {
|
||||
res.json(discovery);
|
||||
|
||||
Reference in New Issue
Block a user