Skip to content
This repository has been archived by the owner on Dec 25, 2022. It is now read-only.

Commit

Permalink
Merge pull request #125 from tubone24/add_typescript
Browse files Browse the repository at this point in the history
build typecsript
  • Loading branch information
tubone24 committed Jul 23, 2019
2 parents eb2cd69 + 278763d commit db5c12d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ebook_homebrew/rest.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,7 @@ class FileNotFoundRespSchema(Schema):
errorDate = fields.Date()


# Vue Sampled
api.add_route("/", static=True)
api.add_route("/js", static=True)
api.add_route("/css", static=True)
api.add_route("/img", static=True)


@api.route("/status")
Expand Down

0 comments on commit db5c12d

Please sign in to comment.