This website works better with JavaScript.
Explore
Help
Sign In
nerodev
/
monero-lw
Watch
1
Star
0
Fork
You've already forked monero-lw
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
eeaa09950a
master
htmx
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'eeaa09950a'
${ noResults }
monero-lw
/
lws-web
/
lws
/
app.py
5 lines
100 B
Python
Raw
Normal View
History
Unescape
Escape
split out routes
2 years ago
from
lws
.
factory
import
create_app
adjust for compose running
2 years ago
from
lws
import
config
add quart app
2 years ago
adjust for compose running
2 years ago
run
=
create_app
(
)
.
run
(
host
=
config
.
HOST
)