diff options
| author | Bobby <[email protected]> | 2022-06-26 20:02:57 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-06-26 20:02:57 +0530 |
| commit | b698915354309f0c5e287ca46883f5882390cd12 (patch) | |
| tree | 82d9e079ab09d327b23b7a5be548edeab1d0c1ec /server.js | |
| parent | 3ee390500beb3495ca25fe67a357e2ae38475569 (diff) | |
| download | thatcomputerscientist-b698915354309f0c5e287ca46883f5882390cd12.tar.xz thatcomputerscientist-b698915354309f0c5e287ca46883f5882390cd12.zip | |
update profile url
Diffstat (limited to 'server.js')
| -rw-r--r-- | server.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ app.use( app.use(flash()); app.use(subdomains({ - namespace: 'profile', + namespace: '_profile', whitelist: ['www'], })) |
