mirror of
https://codeberg.org/diginaut/digimarks.git
synced 2026-05-06 19:14:09 +02:00
Compare commits
1 Commits
99d2011e65
...
fastapi
| Author | SHA1 | Date | |
|---|---|---|---|
| 39f4b43b7f |
@@ -4,6 +4,7 @@ import logging
|
||||
from collections.abc import Sequence
|
||||
from contextlib import asynccontextmanager
|
||||
from datetime import UTC, datetime
|
||||
from pathlib import Path
|
||||
from typing import Annotated, AsyncGenerator, cast
|
||||
|
||||
import httpx
|
||||
@@ -36,8 +37,8 @@ class Settings(BaseSettings):
|
||||
# inside the codebase
|
||||
# static_dir: DirectoryPath = Path('digimarks/static')
|
||||
# template_dir: DirectoryPath = Path('digimarks/templates')
|
||||
static_dir: DirectoryPath = DirectoryPath('digimarks/static')
|
||||
template_dir: DirectoryPath = DirectoryPath('digimarks/templates')
|
||||
static_dir: DirectoryPath = Path('digimarks/static')
|
||||
template_dir: DirectoryPath = Path('digimarks/templates')
|
||||
|
||||
media_url: str = '/static/'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user