mirror of
https://github.com/openstf/stf
synced 2025-10-05 19:42:01 +02:00
Remove /static/data from the auth roles, it doesn't seem to even exist anymore.
This commit is contained in:
parent
f634357217
commit
4d4cf58dee
2 changed files with 0 additions and 2 deletions
|
@ -41,7 +41,6 @@ module.exports = function(options) {
|
|||
app.use(validator())
|
||||
app.use('/static/bower_components',
|
||||
express.static(pathutil.resource('bower_components')))
|
||||
app.use('/static/data', express.static(pathutil.resource('data')))
|
||||
app.use('/static', express.static(pathutil.resource('auth-ldap')))
|
||||
|
||||
app.use(function(req, res, next) {
|
||||
|
|
|
@ -40,7 +40,6 @@ module.exports = function(options) {
|
|||
app.use(validator())
|
||||
app.use('/static/bower_components',
|
||||
express.static(pathutil.resource('bower_components')))
|
||||
app.use('/static/data', express.static(pathutil.resource('data')))
|
||||
app.use('/static', express.static(pathutil.resource('auth-mock')))
|
||||
|
||||
app.use(function(req, res, next) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue