Skip to content

Commit

Permalink
[mirotalkwebrtc] - fix typo, update dep
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Feb 1, 2025
1 parent 91d2454 commit 86a30ca
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion backend/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ const mongoose = require('mongoose');
const express = require('express');
const auth = require('./middleware/auth');
const url = require('./middleware/url');
const HtmlInjector = require('./middleware/htmlInjector');
const corsOptions = require('./config/cors');
const cors = require('cors');
const compression = require('compression');
const HtmlInjector = require('./utils/HtmlInjector');
const helmet = require('helmet');
const api = require('./routes/api');
const room = require('./routes/room');
Expand Down
2 changes: 1 addition & 1 deletion frontend/js/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @license For private project or commercial purposes contact us at: [email protected] or purchase it directly via Code Canyon:
* @license https://codecanyon.net/item/a-selfhosted-mirotalks-webrtc-rooms-scheduler-server/42643313
* @author Miroslav Pejic - [email protected]
* @version 1.1.40
* @version 1.1.41
*/

const userAgent = navigator.userAgent;
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mirotalkwebrtc",
"version": "1.1.40",
"version": "1.1.41",
"description": "MiroTalk WebRTC admin",
"main": "server.js",
"scripts": {
Expand Down Expand Up @@ -45,7 +45,7 @@
"helmet": "^8.0.0",
"jsonwebtoken": "^9.0.2",
"js-yaml": "^4.1.0",
"mongoose": "^8.9.5",
"mongoose": "^8.9.6",
"ngrok": "^5.0.0-beta.2",
"nodemailer": "^6.10.0",
"swagger-ui-express": "^5.0.1",
Expand Down

0 comments on commit 86a30ca

Please sign in to comment.