Skip to content

Commit

Permalink
chore: delete footprint api files
Browse files Browse the repository at this point in the history
  • Loading branch information
yaongmeow committed Jun 11, 2024
1 parent f98a753 commit 0dfc20a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
2 changes: 0 additions & 2 deletions BE/main.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from fastapi import FastAPI

from routes.auth import auth_router
from routes.footprint import footprint_router
from routes.green import green_router
from routes.history import history_router
from routes.statistics import statistics_router
Expand Down Expand Up @@ -30,7 +29,6 @@
)

app.include_router(auth_router, prefix="/auth")
app.include_router(footprint_router, prefix="/footprint")
app.include_router(green_router, prefix="/green")
app.include_router(history_router, prefix="/history")
app.include_router(statistics_router, prefix="/statistics")
13 changes: 0 additions & 13 deletions BE/routes/footprint.py

This file was deleted.

0 comments on commit 0dfc20a

Please sign in to comment.