Browse Source

missing comma

Patrick Falls 12 năm trước cách đây
mục cha
commit
f783924fd8
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      express/benchmark_config

+ 2 - 2
express/benchmark_config

@@ -18,9 +18,9 @@
       "setup_file": "setup",
       "db_url": "/sequelize",
       "query_url": "/sequelize?queries=",
-      "fortune_url": "/fortune"
+      "fortune_url": "/fortune",
       "port": 8080,
       "sort": 6
     }
   }]
-}
+}