Python backend for a Slack's kudos plugin.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: format

seik 062da0e1 4088f0e8

+1 -3
+1 -3
app/main.py
··· 1 1 import random 2 2 from functools import lru_cache 3 3 4 - from fastapi import Depends, FastAPI, Form 5 - 6 4 import config 7 - 5 + from fastapi import Depends, FastAPI, Form 8 6 9 7 app = FastAPI() 10 8