Merge branch 'main' into issue115

This commit is contained in:
6543 2022-11-12 21:17:22 +01:00
commit bbf85590c4
No known key found for this signature in database
GPG key ID: C99B82E40B027BAE
3 changed files with 2 additions and 3 deletions

View file

@ -16,6 +16,7 @@ import (
const (
headerAccessControlAllowOrigin = "Access-Control-Allow-Origin"
headerAccessControlAllowMethods = "Access-Control-Allow-Methods"
defaultPagesRepo = "pages"
)
// Handler handles a single HTTP request to the web server.