mirror of
https://github.com/penpot/penpot.git
synced 2025-01-27 00:49:28 -05:00
e9b00339a5
Relevant changes: - ring -> vertx - suricatta -> vertx-pgsql - emails improvements - logging - hybrid sync/async -> full async execution model - database layout refactor
14 lines
297 B
HTML
14 lines
297 B
HTML
<html>
|
|
<body>
|
|
<section style="font-family: Monoid, monospace; font-size: 14px;">
|
|
<h1>Available Emails:</h1>
|
|
<ul>
|
|
{{#emails}}
|
|
<li>
|
|
<a href="/debug/emails/{{ id }}">{{id}}</a>
|
|
</li>
|
|
{{/emails}}
|
|
</ul>
|
|
</section>
|
|
</body>
|
|
</html>
|