change path
This commit is contained in:
parent
304a5911e2
commit
074fad28bd
2 changed files with 2 additions and 1 deletions
|
@ -6,5 +6,6 @@
|
|||
<body>
|
||||
<p>{{.Message}}</p>
|
||||
<a href="/view/{{.Filename}}">Ihr Bild anzeigen</a>
|
||||
<p><a href="/upload">Zurück zum Upload</a></p>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -7,6 +7,6 @@
|
|||
<h1>Bildanzeige</h1>
|
||||
<!-- Verwenden des neuen Handlers für die Bild-URL -->
|
||||
<img src="/image/{{.Filename}}" alt="Hochgeladenes Bild">
|
||||
<p><a href="/">Zurück zum Upload</a></p>
|
||||
<p><a href="/upload">Zurück zum Upload</a></p>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue