mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-18 19:32:21 -06:00
chore: Updated dependencies and added new manager
In this commit, the following changes were made: - Updated the version of the project to 2.0.4-beta. - Added the new manager with version 2.0.0. - Updated the Baileys version. - Modified several files such as CHANGELOG.md, Dockerfile, package.json, src/api/routes/index.router.ts, and src/api/routes/view.router.ts. - Deleted the views/manager.hbs file and added the manager/ folder. These changes update the dependencies and include a new manager, which may impact the application's functionality.
This commit is contained in:
BIN
manager/dist/assets/images/evolution-logo.png
vendored
Normal file
BIN
manager/dist/assets/images/evolution-logo.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
351
manager/dist/assets/index-A9DaT62F.js
vendored
Normal file
351
manager/dist/assets/index-A9DaT62F.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
manager/dist/assets/index-DbxiEs0X.css
vendored
Normal file
1
manager/dist/assets/index-DbxiEs0X.css
vendored
Normal file
File diff suppressed because one or more lines are too long
14
manager/dist/index.html
vendored
Normal file
14
manager/dist/index.html
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/png" href="/assets/images/evolution-logo.png" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Evolution Manager</title>
|
||||
<script type="module" crossorigin src="/assets/index-A9DaT62F.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-DbxiEs0X.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user