max / makenotwork
1 file changed,
+0 insertions,
-1 deletion
| @@ -71,7 +71,6 @@ pub fn public_routes() -> Router<AppState> { | |||
| 71 | 71 | .route("/pricing", get(landing::pricing_page)) | |
| 72 | 72 | .route("/use-cases", get(landing::use_cases_page)) | |
| 73 | 73 | .route("/policy", get(landing::policy_page)) | |
| 74 | - | .route("/changelog", get(landing::changelog_page)) | |
| 75 | 74 | .route("/fan-plus", get(landing::fan_plus_page)) | |
| 76 | 75 | .route("/creators", get(creators_page)) | |
| 77 | 76 | .route("/docs", get(docs::docs_index)) |