Merge branch 'master' of github.com:pockethost/pockethost

This commit is contained in:
Ben Allfree 2024-06-06 05:55:16 -07:00
commit d2a404e0e0

View File

@ -41,6 +41,7 @@ export const firewall = async () => {
// Create Express app
const app = express()
app.options('*', cors()) // include before other routes
app.use(cors())
app.use(enforce.HTTPS())