Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0e10fe7

Browse files
Update index.js
1 parent 7826e25 commit 0e10fe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎authorized-static/functions/index.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const validateToken = (req, res, next) => {
6161
app.use(allowMethods)
6262
app.use(validateToken)
6363

64-
// Serve static content
64+
// Serve static content from 'protected' folder
6565
app.use('/static', express.static('protected'))
6666

6767
// Send a 404 for non-matching requests

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /