mirror of
https://github.com/jetzig-framework/jetzig.git
synced 2025-05-14 14:06:08 +00:00
Misc. tidying
This commit is contained in:
parent
130a7c81a8
commit
036aec1682
2
.github/workflows/CI.yml
vendored
2
.github/workflows/CI.yml
vendored
@ -15,8 +15,6 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
#Deactivated windows for I don't know why it fails
|
|
||||||
#os: [ubuntu-latest, macos-latest, windows-latest]
|
|
||||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
|
@ -90,6 +90,7 @@ pub const jetzig_options = struct {
|
|||||||
.same_site = true,
|
.same_site = true,
|
||||||
.secure = true,
|
.secure = true,
|
||||||
.http_only = true,
|
.http_only = true,
|
||||||
|
.path = "/",
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user