Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
IRMA
Github mirrors
irmago
Commits
9ad6ec84
Commit
9ad6ec84
authored
Sep 27, 2019
by
Sietse Ringers
Browse files
refactor: move new static session endpoint under /irma
parent
007f4d94
Pipeline
#30370
failed with stages
in 1 minute and 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
server/requestorserver/server.go
View file @
9ad6ec84
...
...
@@ -177,7 +177,7 @@ func (s *Server) attachClientEndpoints(router *chi.Mux) {
if
s
.
conf
.
Verbose
>=
2
{
r
.
Use
(
s
.
logHandler
(
"staticsession"
,
true
,
true
,
true
))
}
r
.
Post
(
"/
session
/-/static/{name}"
,
s
.
handleCreateStatic
)
r
.
Post
(
"/
irma
/-/static/{name}"
,
s
.
handleCreateStatic
)
})
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment