mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Added install link
This commit is contained in:
parent
d232beff60
commit
a2e4091c94
3 changed files with 9 additions and 2 deletions
|
@ -153,7 +153,13 @@ app.get('/greasy', function (req, res) {
|
|||
logger.LogReq(req)
|
||||
})
|
||||
|
||||
app.get('/scriptgit', function (req, res) {
|
||||
app.get('/install', function (req, res) {
|
||||
res.redirect('http://qmining.frylabs.net/moodle-test-userscript/stable.user.js')
|
||||
res.end()
|
||||
logger.LogReq(req)
|
||||
})
|
||||
|
||||
app.get('/classesgit', function (req, res) {
|
||||
res.redirect('https://gitlab.com/MrFry/question-classes')
|
||||
res.end()
|
||||
logger.LogReq(req)
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit cd874374630d9bbff4b9941b293ccec7899727d9
|
||||
Subproject commit de7760ea8262febe71e697c697e3c34a87eb10df
|
|
@ -33,6 +33,7 @@
|
|||
|
||||
</p>
|
||||
<h2>
|
||||
<a href="<%= siteurl %>/install">Script install</a> |
|
||||
<a href="<%= siteurl %>/greasy">Script
|
||||
greasyforkon</a> |
|
||||
<a href="<%= siteurl %>/manual">Manual</a> |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue