We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78afe1e commit 4cc4b57Copy full SHA for 4cc4b57
ReadMe.md
@@ -107,6 +107,7 @@ Deployed [here](https://intense-stream-29923.herokuapp.com/api/database/seekers)
107
- [auth](#auth)
108
- [companies](#companies)
109
- [constants](#constants)
110
+ - [conversations](#conversations)
111
- [firebase](#firebase)
112
- [functions](#functions)
113
- [markers](#markers)
@@ -260,6 +261,11 @@ Contains the server/backend of the project.
260
261
262
**Files:** frontend.js, stripe.js
263
264
+- ### conversations
265
+ The endpoints used to retrieve and manipulate data associated with conversations in the database.
266
+
267
+ **Files:** conversationsRouters.js
268
269
- ### firebase
270
The configuration files for the client-side firebase integration.
271
0 commit comments