Skip to content

Commit b07737a

Browse files
committed
remove newrelic
1 parent 243844f commit b07737a

File tree

5 files changed

+46635
-2
lines changed

5 files changed

+46635
-2
lines changed

isuumo/webapp/nodejs/app.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
"use strict";
22

3-
require("newrelic");
4-
53
const express = require("express");
64
const morgan = require("morgan");
75
const multer = require("multer");
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
{
2+
"最上階": 1,
3+
"防犯カメラ": 2,
4+
"ウォークインクローゼット": 3,
5+
"ワンルーム": 4,
6+
"ルーフバルコニー付": 5,
7+
"エアコン付き": 6,
8+
"駐輪場あり",
9+
"プロパンガス",
10+
"駐車場あり",
11+
"防音室",
12+
"追い焚き風呂",
13+
"オートロック",
14+
"即入居可",
15+
"IHコンロ",
16+
"敷地内駐車場",
17+
"トランクルーム",
18+
"角部屋",
19+
"カスタマイズ可",
20+
"DIY可",
21+
"ロフト",
22+
"シューズボックス",
23+
"インターネット無料",
24+
"地下室",
25+
"敷地内ゴミ置場",
26+
"管理人有り",
27+
"宅配ボックス",
28+
"ルームシェア可",
29+
"セキュリティ会社加入済",
30+
"メゾネット",
31+
"女性限定",
32+
"バイク置場あり",
33+
"エレベーター",
34+
"ペット相談可",
35+
"洗面所独立",
36+
"都市ガス",
37+
"浴室乾燥機",
38+
"インターネット接続可",
39+
"テレビ・通信",
40+
"専用庭",
41+
"システムキッチン",
42+
"高齢者歓迎",
43+
"ケーブルテレビ",
44+
"床下収納",
45+
"バス・トイレ別",
46+
"駐車場2台以上",
47+
"楽器相談可",
48+
"フローリング",
49+
"オール電化",
50+
"TVモニタ付きインタホン",
51+
"デザイナーズ物件"
52+
}

0 commit comments

Comments
 (0)