Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
removed misc router
Browse files Browse the repository at this point in the history
  • Loading branch information
joshika39 committed Mar 27, 2024
1 parent d196d6c commit b680791
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 6 additions & 0 deletions handler/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
sys.path.append(script_path)


from lib import msgs
from dblib import get_db_cursor_and_connection
from store import SELF_URL, BASE_PATH

Expand Down Expand Up @@ -97,3 +98,8 @@
async def home_api():
return {"message": "Hello World"}


@app.get("/trail-messages")
async def get_stopwords():
return msgs

6 changes: 0 additions & 6 deletions handler/routers/misc_router.py

This file was deleted.

0 comments on commit b680791

Please sign in to comment.