Skip to content

Commit

Permalink
[issue-#42-user-favorited-articles] load ArticleCommentsResource in app
Browse files Browse the repository at this point in the history
  • Loading branch information
crookse committed May 30, 2020
1 parent 492b63d commit 04e7a5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { Drash } from "./deps.ts";

// Resources
import ArticleCommentsResource from "./resources/article_comments_resource.ts";
import ArticlesResource from "./resources/articles_resource.ts";
import HomeResource from "./resources/home_resource.ts";
import ProfilesResource from "./resources/profiles_resource.ts";
Expand All @@ -17,6 +18,7 @@ const server = new Drash.Http.Server({
directory: ".",
response_output: "application/json",
resources: [
ArticleCommentsResource,
ArticlesResource,
HomeResource,
ProfilesResource,
Expand Down

0 comments on commit 04e7a5c

Please sign in to comment.