mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-09 09:59:40 -06:00
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.
15 lines
484 B
HTML
15 lines
484 B
HTML
<!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>
|