mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Update README
This commit is contained in:
@@ -311,12 +311,6 @@ app.get("/", function (request, response) {
|
||||
app.get("/notes/*", function (request, response) {
|
||||
response.sendFile(process.cwd() + "/public" + request.url + ".html");
|
||||
});
|
||||
app.get('/get_faq', function (_, response) {
|
||||
response.sendFile(process.cwd() + "/faq.md");
|
||||
});
|
||||
app.get('/get_readme', function (_, response) {
|
||||
response.sendFile(process.cwd() + "/readme.md");
|
||||
});
|
||||
app.get('/deviceinfo', function (request, response) {
|
||||
const userAgent = request.header('user-agent');
|
||||
const deviceDetector = new DeviceDetector();
|
||||
|
Reference in New Issue
Block a user