This website requires JavaScript.
Explore
Help
Sign In
sporada
/
nopaque
Watch
1
Star
0
Fork
0
You've already forked nopaque
mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced
2025-01-13 03:30:35 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
nopaque
/
app
/
blueprints
/
users
/
__init__.py
8 lines
100 B
Python
Raw
Permalink
Normal View
History
Unescape
Escape
Change the user session SocketIO Logic
2022-07-04 14:09:17 +02:00
from
flask
import
Blueprint
bp
=
Blueprint
(
'
users
'
,
__name__
)
Fix some privacy issues
2023-04-11 11:46:33 +02:00
Update settings
2024-12-16 10:07:21 +01:00
from
.
import
cli
,
events
,
routes
Reference in New Issue
Copy Permalink