You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,6 @@ Include the `commtrackr` package in your Express.js application:
18
18
19
19
```javascript
20
20
constexpress=require('express');
21
-
22
21
constsession=require("express-session");
23
22
constMySQLStore=require('express-mysql-session')(session); // Use a MySQL session store
24
23
constsessionStore=newMySQLStore({
@@ -362,3 +361,7 @@ The tenant `customText` configuration allows you to override default text string
362
361
"commissionNotFoundJson": "The requested commission was not found."
363
362
}
364
363
```
364
+
365
+
## Extended Documentation
366
+
367
+
For more detailed documentation, including advanced configuration options and examples, please visit the [CommTrackr Documentation](https://commtrackr.dangoweb.com/).
0 commit comments