Skip to content

Commit 762f49e

Browse files
Patrick GerbesPatrick Gerbes
Patrick Gerbes
authored and
Patrick Gerbes
committed
Add endpoints for mongodb controller
1 parent ffffd60 commit 762f49e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

conf/routes

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
GET /classify/:eventId controllers.Application.classify(eventId: Int)
2-
GET /findUserg controllers.MongodbController.findUserByEmail(id: String)
2+
GET /findUser controllers.MongodbController.findUserByEmail(id: String)
3+
GET /loadExchangeReports controllers.MongodbController.loadExchangeReports(date: String)
34

45
# Web Sockets
56
GET /eventSocket @controllers.Application.eventSocket

0 commit comments

Comments
 (0)