Add notification settings migration
[oweals/peertube.git] / server / controllers / static.ts
index 55e7392a1a1af040f667d170c8f1ee8030f31bf9..4fd58f70c008b11704042f558fce4d42eaf3354a 100644 (file)
@@ -136,6 +136,12 @@ staticRouter.use('/.well-known/dnt/',
   }
 )
 
+staticRouter.use('/.well-known/change-password',
+  (_, res: express.Response) => {
+    res.redirect('/my-account/settings')
+  }
+)
+
 // ---------------------------------------------------------------------------
 
 export {