chore: remove comment

This commit is contained in:
Anna 2023-12-18 14:08:56 -05:00
parent 228f7129d1
commit 14602cc5b7
Signed by: anna
GPG Key ID: D0943384CD9F87D1
1 changed files with 0 additions and 1 deletions

View File

@ -63,7 +63,6 @@ async fn main() -> Result<()> {
.route("/questions", get(get_data))
.route("/question/:id/breakdown/:stat", get(stat_breakdown))
.route("/vote", post(vote))
// .route("/question")
.with_state(Arc::new(AppState {
config,
pool,