aboutsummaryrefslogtreecommitdiff
path: root/server.js
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-06-26 20:02:57 +0530
committerBobby <[email protected]>2022-06-26 20:02:57 +0530
commitb698915354309f0c5e287ca46883f5882390cd12 (patch)
tree82d9e079ab09d327b23b7a5be548edeab1d0c1ec /server.js
parent3ee390500beb3495ca25fe67a357e2ae38475569 (diff)
downloadthatcomputerscientist-b698915354309f0c5e287ca46883f5882390cd12.tar.xz
thatcomputerscientist-b698915354309f0c5e287ca46883f5882390cd12.zip
update profile url
Diffstat (limited to 'server.js')
-rw-r--r--server.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/server.js b/server.js
index d0166128..b58cfae3 100644
--- a/server.js
+++ b/server.js
@@ -26,7 +26,7 @@ app.use(
app.use(flash());
app.use(subdomains({
- namespace: 'profile',
+ namespace: '_profile',
whitelist: ['www'],
}))