Browse Source

Update 'routes/index.js'

appsptb 1 tháng trước cách đây
mục cha
commit
3ee7621eaa
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      routes/index.js

+ 1 - 1
routes/index.js

@@ -5,7 +5,7 @@ const handleDokumen = require('../utils/handleDokumen')
 
 router.get('/', (req, res) => {
   return res.json({
-    message: 'API SIDALI2'
+    message: 'API SIDALI'
   })
 })