improve frontend, no reloading. types in views_api, formatting
This commit is contained in:
parent
802d01cc4b
commit
bb1941445d
19 changed files with 134 additions and 119 deletions
|
|
@ -1,12 +1,10 @@
|
|||
from typing import List, Dict
|
||||
from typing import Optional
|
||||
from dataclasses import dataclass
|
||||
from typing import Dict, List, Optional
|
||||
|
||||
from fastapi import Request
|
||||
from pydantic import BaseModel, Field
|
||||
|
||||
from fastapi.param_functions import Query
|
||||
from dataclasses import dataclass
|
||||
from lnbits.helpers import urlsafe_short_hash
|
||||
from pydantic import BaseModel, Field
|
||||
|
||||
|
||||
class Relay(BaseModel):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue