Skip to content

Commit d8cc97d

Browse files
author
awb99
committed
websocket dep bump
1 parent 53dee73 commit d8cc97d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deps.edn

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
org.pinkgorilla/permission {:mvn/version "0.0.15"}
3535
; TODO: move frontend->somewhere else.
3636
;modular/frontend {:local/root "../frontend" :deps/manifest :deps}
37-
org.pinkgorilla/websocket {:mvn/version "0.0.5"}}
37+
org.pinkgorilla/websocket {:mvn/version "0.0.8"}}
3838

3939

4040
:aliases

src/modular/oauth2/handler.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(ns modular.oauth2.handler
22
(:require
33
[modular.webserver.middleware.api :refer [wrap-api-handler]]
4-
[modular.ws.middleware :refer [wrap-ws]]
4+
[modular.ws.service.middleware :refer [wrap-ws]]
55
[modular.oauth2.authorize.start-handler :refer [handler-oauth2-start]]
66
[modular.oauth2.authorize.redirect-handler :refer [handler-oauth2-redirect]]
77
[modular.oauth2.authorize.token-handler :refer [token-handler]]

0 commit comments

Comments
 (0)