Skip to content

Commit 7542479

Browse files
committed
Fix
1 parent 3616c20 commit 7542479

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/bin/auth/core/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ where
132132
.and_then(auth_handler);
133133

134134
let activate_route = warp::post()
135-
.and(warp::path("key"))
135+
.and(warp::path("activate"))
136136
.and(warp::body::json::<request::Key>())
137137
.and(filters::with_store(email_store))
138138
.and(pony_filters::with_http_client(http_client))

0 commit comments

Comments
 (0)